Compare commits
100 Commits
availabili
...
v16.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcd5fc667e | ||
|
|
70610a2fbe | ||
|
|
13f98ad272 | ||
|
|
1a5285066c | ||
|
|
0751c1f5f8 | ||
|
|
eb40636aaf | ||
|
|
b48ad14589 | ||
|
|
0d6a5ce302 | ||
|
|
7f5a4ebd7f | ||
|
|
d4bc8d390f | ||
|
|
a1236d0125 | ||
|
|
8f56f6969f | ||
|
|
14537a07af | ||
|
|
02d82df7d7 | ||
|
|
794fd89a5e | ||
|
|
6ef1b90e42 | ||
|
|
3ab884a479 | ||
|
|
26f5fffe72 | ||
|
|
2c43e9cf81 | ||
|
|
f8dc04464b | ||
|
|
8be9c9b0d9 | ||
|
|
b70053be25 | ||
|
|
7886642979 | ||
|
|
3102633260 | ||
|
|
da3c3a04dc | ||
|
|
064fa5bdb5 | ||
|
|
2bb636d536 | ||
|
|
b2e8b1b1c9 | ||
|
|
364457c2a4 | ||
|
|
d65b9bf217 | ||
|
|
79afc82b8c | ||
|
|
2ec80217df | ||
|
|
5f93c754b4 | ||
|
|
aff90527db | ||
|
|
0444289908 | ||
|
|
03988b114c | ||
|
|
fbc9249afb | ||
|
|
e7a9bf4ac4 | ||
|
|
f161f77bf6 | ||
|
|
40df9c648a | ||
|
|
ecd29001d7 | ||
|
|
64d3a51080 | ||
|
|
3a9738e433 | ||
|
|
1a58d8c86f | ||
|
|
d23e2cb9ab | ||
|
|
f2e5ef1cbf | ||
|
|
d84f62f3cb | ||
|
|
e719bd595f | ||
|
|
50827582b6 | ||
|
|
fc6f8077bd | ||
|
|
fcca3778ad | ||
|
|
473d9a9a08 | ||
|
|
53fab04fbd | ||
|
|
e63d456588 | ||
|
|
95461ad82d | ||
|
|
755543879b | ||
|
|
be5cc3a973 | ||
|
|
65ca68134a | ||
|
|
2f0055455d | ||
|
|
aa91b0ab3c | ||
|
|
e4d05cb669 | ||
|
|
790a755232 | ||
|
|
6781f9fc76 | ||
|
|
7b6073c424 | ||
|
|
9dfea7ed32 | ||
|
|
35ba5ae2a0 | ||
|
|
847dfb0eb8 | ||
|
|
fd42be531c | ||
|
|
946444a485 | ||
|
|
06a05700aa | ||
|
|
d3e6feb7de | ||
|
|
621a872306 | ||
|
|
907894212b | ||
|
|
10aeef9786 | ||
|
|
b6fe0f1f9a | ||
|
|
7d5ab15ac0 | ||
|
|
c4da304170 | ||
|
|
311c4147bf | ||
|
|
fe0a8b4df3 | ||
|
|
2536b1b983 | ||
|
|
a2339f71b8 | ||
|
|
dfb2577171 | ||
|
|
9a34ccb1e1 | ||
|
|
4ad74937dc | ||
|
|
5b89ebc3bb | ||
|
|
6286923022 | ||
|
|
e0a825658d | ||
|
|
5805a9d505 | ||
|
|
4e5327f77a | ||
|
|
090c520d49 | ||
|
|
d2e5368375 | ||
|
|
9b6d4c4a4f | ||
|
|
9791e918c0 | ||
|
|
b3c390ea1e | ||
|
|
8b2a3994a6 | ||
|
|
39d0acc5f9 | ||
|
|
f42483b80d | ||
|
|
736ed2f4e7 | ||
|
|
35efd6d0ff | ||
|
|
0060e5f28e |
@@ -1996,7 +1996,7 @@ steps:
|
||||
commands:
|
||||
- phpenmod xdebug
|
||||
- ./tests/drone-wait-objectstore.sh
|
||||
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
|
||||
- TEST_SELECTION=PRIMARY-s3 ./autotest.sh sqlite
|
||||
- wget https://codecov.io/bash -O codecov.sh
|
||||
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
||||
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
||||
@@ -2027,7 +2027,7 @@ steps:
|
||||
commands:
|
||||
- phpenmod xdebug
|
||||
- ./tests/drone-wait-objectstore.sh
|
||||
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
|
||||
- TEST_SELECTION=PRIMARY-azure ./autotest.sh sqlite
|
||||
- wget https://codecov.io/bash -O codecov.sh
|
||||
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
||||
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
||||
|
||||
18
apps/accessibility/l10n/eo.js
Normal file
18
apps/accessibility/l10n/eo.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Altkontrasta etoso",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta etoso, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
|
||||
"Dark theme (beta)" : "Malhela etoso (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Malhela etoso, kiu helpas viajn okulojn per limigo de heleco kaj brileco. Ĝi ankoraŭ ellaboriĝas, do ne hezitu raporti problemon.",
|
||||
"Dyslexia font" : "Tiparo por limigi vortblindecon",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic estas tiparo kreita por malpliigi legajn erarojn kaŭzitajn de vortblindeco (medicine „disleksio“).",
|
||||
"Accessibility" : "Alirebleco",
|
||||
"Accessibility options for nextcloud" : "Alireblecaj opcioj por Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Provizas plurajn alireblecajn opciojn por faciligi vian uzon de Nextcloud.",
|
||||
"Web Content Accessibility Guidelines" : "gvidnormoj pri alirebleco de la TTT-enhavo",
|
||||
"our issue tracker" : "problem-spuradilo",
|
||||
"our design team" : "nian teamon de fasonistoj",
|
||||
"Enable" : "Ŝalti"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
16
apps/accessibility/l10n/eo.json
Normal file
16
apps/accessibility/l10n/eo.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Altkontrasta etoso",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta etoso, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
|
||||
"Dark theme (beta)" : "Malhela etoso (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Malhela etoso, kiu helpas viajn okulojn per limigo de heleco kaj brileco. Ĝi ankoraŭ ellaboriĝas, do ne hezitu raporti problemon.",
|
||||
"Dyslexia font" : "Tiparo por limigi vortblindecon",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic estas tiparo kreita por malpliigi legajn erarojn kaŭzitajn de vortblindeco (medicine „disleksio“).",
|
||||
"Accessibility" : "Alirebleco",
|
||||
"Accessibility options for nextcloud" : "Alireblecaj opcioj por Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Provizas plurajn alireblecajn opciojn por faciligi vian uzon de Nextcloud.",
|
||||
"Web Content Accessibility Guidelines" : "gvidnormoj pri alirebleco de la TTT-enhavo",
|
||||
"our issue tracker" : "problem-spuradilo",
|
||||
"our design team" : "nian teamon de fasonistoj",
|
||||
"Enable" : "Ŝalti"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
18
apps/accessibility/l10n/eu.js
Normal file
18
apps/accessibility/l10n/eu.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Kontraste altua gaia",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko gaia nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
|
||||
"Dark theme (beta)" : "Gai beltza (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Gai iluna begiak leuntzeko argitasun orokorra eta distira murriztuz. Garapenean dagoen aukera da, beraz jakinarazi aurkitzen dituzun arazoak.",
|
||||
"Dyslexia font" : "Dislexia letra-tipoa",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic letra-tipo librea da dislexiak eragindako ohiko irakurketa akats batzuk leuntzeko diseinatua.",
|
||||
"Accessibility" : "Erabilerraztasuna",
|
||||
"Accessibility options for nextcloud" : "Erabilerraztasun aukerak nextcloudentzat",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud-en erabilera errazteko hainbat aukera eskaintzen ditu.",
|
||||
"Web Content Accessibility Guidelines" : "Web Edukiaren Erabilerraztasun Jarraibideak",
|
||||
"our issue tracker" : "gure akats egunkaria",
|
||||
"our design team" : "gure diseinatzaile taldea",
|
||||
"Enable" : "Gaitu"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
16
apps/accessibility/l10n/eu.json
Normal file
16
apps/accessibility/l10n/eu.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Kontraste altua gaia",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko gaia nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
|
||||
"Dark theme (beta)" : "Gai beltza (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Gai iluna begiak leuntzeko argitasun orokorra eta distira murriztuz. Garapenean dagoen aukera da, beraz jakinarazi aurkitzen dituzun arazoak.",
|
||||
"Dyslexia font" : "Dislexia letra-tipoa",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic letra-tipo librea da dislexiak eragindako ohiko irakurketa akats batzuk leuntzeko diseinatua.",
|
||||
"Accessibility" : "Erabilerraztasuna",
|
||||
"Accessibility options for nextcloud" : "Erabilerraztasun aukerak nextcloudentzat",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud-en erabilera errazteko hainbat aukera eskaintzen ditu.",
|
||||
"Web Content Accessibility Guidelines" : "Web Edukiaren Erabilerraztasun Jarraibideak",
|
||||
"our issue tracker" : "gure akats egunkaria",
|
||||
"our design team" : "gure diseinatzaile taldea",
|
||||
"Enable" : "Gaitu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Thème à fort contraste",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
|
||||
"High contrast theme" : "Thème à contraste élevé",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
|
||||
"Dark theme (beta)" : "Thème sombre (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
|
||||
"Dyslexia font" : "Police pour dyslexiques",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Thème à fort contraste",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
|
||||
"High contrast theme" : "Thème à contraste élevé",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
|
||||
"Dark theme (beta)" : "Thème sombre (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
|
||||
"Dyslexia font" : "Police pour dyslexiques",
|
||||
|
||||
@@ -6,9 +6,12 @@ OC.L10N.register(
|
||||
"Dark theme (beta)" : "ダークテーマ (ベータ版)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
|
||||
"Dyslexia font" : "Dyslexia フォント",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexicは、ディスレクシアによって引き起こされる一般的な読み間違いの一部を軽減するためにデザインされた、無料で利用できる書体/フォントです。",
|
||||
"Accessibility" : "アクセシビリティ",
|
||||
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "あなたのNextcloudの利用を簡単にするための複数のユーザー補助のオプションを提供します。",
|
||||
"Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン",
|
||||
"our issue tracker" : "問題追跡",
|
||||
"our design team" : "デザインチーム",
|
||||
"Enable" : "有効にする"
|
||||
},
|
||||
|
||||
@@ -4,9 +4,12 @@
|
||||
"Dark theme (beta)" : "ダークテーマ (ベータ版)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
|
||||
"Dyslexia font" : "Dyslexia フォント",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexicは、ディスレクシアによって引き起こされる一般的な読み間違いの一部を軽減するためにデザインされた、無料で利用できる書体/フォントです。",
|
||||
"Accessibility" : "アクセシビリティ",
|
||||
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "あなたのNextcloudの利用を簡単にするための複数のユーザー補助のオプションを提供します。",
|
||||
"Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン",
|
||||
"our issue tracker" : "問題追跡",
|
||||
"our design team" : "デザインチーム",
|
||||
"Enable" : "有効にする"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
|
||||
18
apps/accessibility/l10n/lt_LT.js
Normal file
18
apps/accessibility/l10n/lt_LT.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Didelio kontrasto apipavidalinimas",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto apipavidalinimas, skirtas palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
|
||||
"Dark theme (beta)" : "Tamsus apipavidalinimas (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamsus apipavidalinimas, skirtas nuraminti jūsų akis, sumažinantis bendrą šviesingumą ir skaistį. Jis yra vis dar kuriamas, todėl prašome pranešti apie bet kokias randamas klaidas.",
|
||||
"Dyslexia font" : "Disleksijos šriftas",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic yra laisvas šriftas, sukurtas sumažinti kai kurias dažniausias disleksijos sukeltas skaitymo klaidas.",
|
||||
"Accessibility" : "Prieinamumas",
|
||||
"Accessibility options for nextcloud" : "Nextcloud prieinamumo parinktys",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pateikia kelias prieinamumo parinktis, skirtas palengvinti jūsų naudojimąsi Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Saityno turinio prieinamumo gairės",
|
||||
"our issue tracker" : "mūsų klaidų sekiklis",
|
||||
"our design team" : "mūsų dizaino komanda",
|
||||
"Enable" : "Įjungti"
|
||||
},
|
||||
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
16
apps/accessibility/l10n/lt_LT.json
Normal file
16
apps/accessibility/l10n/lt_LT.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Didelio kontrasto apipavidalinimas",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto apipavidalinimas, skirtas palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
|
||||
"Dark theme (beta)" : "Tamsus apipavidalinimas (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamsus apipavidalinimas, skirtas nuraminti jūsų akis, sumažinantis bendrą šviesingumą ir skaistį. Jis yra vis dar kuriamas, todėl prašome pranešti apie bet kokias randamas klaidas.",
|
||||
"Dyslexia font" : "Disleksijos šriftas",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic yra laisvas šriftas, sukurtas sumažinti kai kurias dažniausias disleksijos sukeltas skaitymo klaidas.",
|
||||
"Accessibility" : "Prieinamumas",
|
||||
"Accessibility options for nextcloud" : "Nextcloud prieinamumo parinktys",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pateikia kelias prieinamumo parinktis, skirtas palengvinti jūsų naudojimąsi Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Saityno turinio prieinamumo gairės",
|
||||
"our issue tracker" : "mūsų klaidų sekiklis",
|
||||
"our design team" : "mūsų dizaino komanda",
|
||||
"Enable" : "Įjungti"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
18
apps/accessibility/l10n/mk.js
Normal file
18
apps/accessibility/l10n/mk.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Тема со висок контраст",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема со висок контраст за да ја олесни навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
|
||||
"Dark theme (beta)" : "Темна тема (бета)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема за да ви го олесни гледањето преку намалување на вкупната осветленост. Сеуште е во развој, затоа ве молиме пријавете ги сите проблеми кои ќе ги најдете.",
|
||||
"Dyslexia font" : "Фонт за дислексија",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е бесплатен фонт дизајниран за ублажување на некои од честите грешки во читањето предизвикани од дислексија.",
|
||||
"Accessibility" : "Пристапност",
|
||||
"Accessibility options for nextcloud" : "Опции за пристапност на Nextcloud. ",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Упатства за пристапност на веб содржини",
|
||||
"our issue tracker" : "нашиот следач на проблеми",
|
||||
"our design team" : "нашиот тим за дизајн",
|
||||
"Enable" : "овозможи"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
16
apps/accessibility/l10n/mk.json
Normal file
16
apps/accessibility/l10n/mk.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Тема со висок контраст",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема со висок контраст за да ја олесни навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
|
||||
"Dark theme (beta)" : "Темна тема (бета)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема за да ви го олесни гледањето преку намалување на вкупната осветленост. Сеуште е во развој, затоа ве молиме пријавете ги сите проблеми кои ќе ги најдете.",
|
||||
"Dyslexia font" : "Фонт за дислексија",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е бесплатен фонт дизајниран за ублажување на некои од честите грешки во читањето предизвикани од дислексија.",
|
||||
"Accessibility" : "Пристапност",
|
||||
"Accessibility options for nextcloud" : "Опции за пристапност на Nextcloud. ",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Упатства за пристапност на веб содржини",
|
||||
"our issue tracker" : "нашиот следач на проблеми",
|
||||
"our design team" : "нашиот тим за дизајн",
|
||||
"Enable" : "овозможи"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
18
apps/accessibility/l10n/nn_NO.js
Normal file
18
apps/accessibility/l10n/nn_NO.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Høgkontrast-drakt",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ei drakt med høg kontrast som gjer det lettare å navigera. Den visuelle kvaliteten er redusert, men innhaldet er klårare.",
|
||||
"Dark theme (beta)" : "Mørk drakt (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ei mørk drakt som er mildare mot augo ved å redusera utstråling og lysstyrke. Drakta vert framleis utvikla, så sei gjerne ifrå dersom du får vanskar.",
|
||||
"Dyslexia font" : "Dysleksi-skrifttype",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er ein gratis skrifttype som er laga for å redusera nokre vanlege lesefeil som kjem av dysleksi.",
|
||||
"Accessibility" : "Tilgjenge",
|
||||
"Accessibility options for nextcloud" : "Brukarval for tilgjenge i Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ulike innstillingar for å gjera Nextcloud lettare å bruka for funksjonshemma",
|
||||
"Web Content Accessibility Guidelines" : "Retningsliner for tilgjenge i vev-innhald",
|
||||
"our issue tracker" : "feilsporings-systemet vårt",
|
||||
"our design team" : "utformingsgruppa vår",
|
||||
"Enable" : "Slå på"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
16
apps/accessibility/l10n/nn_NO.json
Normal file
16
apps/accessibility/l10n/nn_NO.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Høgkontrast-drakt",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ei drakt med høg kontrast som gjer det lettare å navigera. Den visuelle kvaliteten er redusert, men innhaldet er klårare.",
|
||||
"Dark theme (beta)" : "Mørk drakt (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ei mørk drakt som er mildare mot augo ved å redusera utstråling og lysstyrke. Drakta vert framleis utvikla, så sei gjerne ifrå dersom du får vanskar.",
|
||||
"Dyslexia font" : "Dysleksi-skrifttype",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er ein gratis skrifttype som er laga for å redusera nokre vanlege lesefeil som kjem av dysleksi.",
|
||||
"Accessibility" : "Tilgjenge",
|
||||
"Accessibility options for nextcloud" : "Brukarval for tilgjenge i Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ulike innstillingar for å gjera Nextcloud lettare å bruka for funksjonshemma",
|
||||
"Web Content Accessibility Guidelines" : "Retningsliner for tilgjenge i vev-innhald",
|
||||
"our issue tracker" : "feilsporings-systemet vårt",
|
||||
"our design team" : "utformingsgruppa vår",
|
||||
"Enable" : "Slå på"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
18
apps/accessibility/l10n/ro.js
Normal file
18
apps/accessibility/l10n/ro.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Temă cu contrast înalt",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Temă cu contrast înalt pentru ușurarea navigării. Calitatea visuală va fi redusă dar claritatea va fi mărită.",
|
||||
"Dark theme (beta)" : "Temă întunecată (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temă întunecată pentru ușurarea ochilor prin reducerea generală a luminozității. Temă în curs de dezvoltare deci vă rugăm să raportați orice problemă găsită.",
|
||||
"Dyslexia font" : "Font dislexic",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic este un tip de caractere / font gratuit destinat să atenueze unele erori comune de citire cauzate de dislexie.",
|
||||
"Accessibility" : "Accesibilitate",
|
||||
"Accessibility options for nextcloud" : "Opțiuni de accesibilitate pentru nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Vă oferă opțiuni multiple de accesibilitate pentru a simplifica utilizarea Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Instrucțiuni privind accesibilitatea conținutului web",
|
||||
"our issue tracker" : "instrumentul nostru de urmărire a problemelor",
|
||||
"our design team" : "echipa noastră de design",
|
||||
"Enable" : "Activează"
|
||||
},
|
||||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|
||||
16
apps/accessibility/l10n/ro.json
Normal file
16
apps/accessibility/l10n/ro.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Temă cu contrast înalt",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Temă cu contrast înalt pentru ușurarea navigării. Calitatea visuală va fi redusă dar claritatea va fi mărită.",
|
||||
"Dark theme (beta)" : "Temă întunecată (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temă întunecată pentru ușurarea ochilor prin reducerea generală a luminozității. Temă în curs de dezvoltare deci vă rugăm să raportați orice problemă găsită.",
|
||||
"Dyslexia font" : "Font dislexic",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic este un tip de caractere / font gratuit destinat să atenueze unele erori comune de citire cauzate de dislexie.",
|
||||
"Accessibility" : "Accesibilitate",
|
||||
"Accessibility options for nextcloud" : "Opțiuni de accesibilitate pentru nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Vă oferă opțiuni multiple de accesibilitate pentru a simplifica utilizarea Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Instrucțiuni privind accesibilitatea conținutului web",
|
||||
"our issue tracker" : "instrumentul nostru de urmărire a problemelor",
|
||||
"our design team" : "echipa noastră de design",
|
||||
"Enable" : "Activează"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
}
|
||||
18
apps/accessibility/l10n/sl.js
Normal file
18
apps/accessibility/l10n/sl.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Visoko kontrastna tema",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, povečajo pa se možnosti hitre uporabe.",
|
||||
"Dark theme (beta)" : "Temna tema (preizkusno)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temna tema zmanjša splošno svetlost vmesnika. Tema je še v razvoju, zato je priporočljivo poslati tudi poročila o napakah, ki jih opazite.",
|
||||
"Dyslexia font" : "Pisava za posameznike z disleksijo",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Pisava OpenDyslexic je brezplačna pisava, zasnovana in oblikovana po priporočilih za posameznike z disleksijo. Zmanjša nekatere splošne težave pri branju.",
|
||||
"Accessibility" : "Dostopnost",
|
||||
"Accessibility options for nextcloud" : "Možnosti dostopnosti za okolje Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Omogoča več možnosti dostopnosti za lažje delo v okolju Nextcloud.",
|
||||
"Web Content Accessibility Guidelines" : "Priporočila dostopnosti za spletno vsebino",
|
||||
"our issue tracker" : "sledilnik napak",
|
||||
"our design team" : "oblikovalska skupina",
|
||||
"Enable" : "Omogoči"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
16
apps/accessibility/l10n/sl.json
Normal file
16
apps/accessibility/l10n/sl.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Visoko kontrastna tema",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, povečajo pa se možnosti hitre uporabe.",
|
||||
"Dark theme (beta)" : "Temna tema (preizkusno)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temna tema zmanjša splošno svetlost vmesnika. Tema je še v razvoju, zato je priporočljivo poslati tudi poročila o napakah, ki jih opazite.",
|
||||
"Dyslexia font" : "Pisava za posameznike z disleksijo",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Pisava OpenDyslexic je brezplačna pisava, zasnovana in oblikovana po priporočilih za posameznike z disleksijo. Zmanjša nekatere splošne težave pri branju.",
|
||||
"Accessibility" : "Dostopnost",
|
||||
"Accessibility options for nextcloud" : "Možnosti dostopnosti za okolje Nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Omogoča več možnosti dostopnosti za lažje delo v okolju Nextcloud.",
|
||||
"Web Content Accessibility Guidelines" : "Priporočila dostopnosti za spletno vsebino",
|
||||
"our issue tracker" : "sledilnik napak",
|
||||
"our design team" : "oblikovalska skupina",
|
||||
"Enable" : "Omogoči"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
||||
18
apps/accessibility/l10n/sq.js
Normal file
18
apps/accessibility/l10n/sq.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Temë me kontrast të lartë",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një temë e kontrastit të lartë për të lehtësuar navigimin tuaj. Cilësia vizuale do të reduktohet, por qartësia do të rritet.",
|
||||
"Dark theme (beta)" : "Tema e errët (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Një temë e errët për të lehtësuar sytë duke ulur shkëlqimin dhe ndritshmërinë e përgjithshme. Është ende në zhvillim, prandaj ju lutemi raportoni çdo çështje që mund të gjeni.",
|
||||
"Dyslexia font" : "Fonti Dyslexia",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic është një font / karakter tipografik i lirë i dizajnuar për të zbutur disa nga gabimet e zakonshme të leximit të shkaktuara nga disleksija.",
|
||||
"Accessibility" : "Aksesueshmëria",
|
||||
"Accessibility options for nextcloud" : "Opsionet e aksesueshmërisë për nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Mundëson shumë opsione të aksesueshmërisë që t'ju lehtësojë përdorimin e Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Udhëzimet për Aksesueshmërinë e Përmbajtjes së Rrjetit",
|
||||
"our issue tracker" : "gjurmuesi ynë i çështjeve",
|
||||
"our design team" : "ekipi jonë i dizajnit",
|
||||
"Enable" : "Aktivizo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
16
apps/accessibility/l10n/sq.json
Normal file
16
apps/accessibility/l10n/sq.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Temë me kontrast të lartë",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një temë e kontrastit të lartë për të lehtësuar navigimin tuaj. Cilësia vizuale do të reduktohet, por qartësia do të rritet.",
|
||||
"Dark theme (beta)" : "Tema e errët (beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Një temë e errët për të lehtësuar sytë duke ulur shkëlqimin dhe ndritshmërinë e përgjithshme. Është ende në zhvillim, prandaj ju lutemi raportoni çdo çështje që mund të gjeni.",
|
||||
"Dyslexia font" : "Fonti Dyslexia",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic është një font / karakter tipografik i lirë i dizajnuar për të zbutur disa nga gabimet e zakonshme të leximit të shkaktuara nga disleksija.",
|
||||
"Accessibility" : "Aksesueshmëria",
|
||||
"Accessibility options for nextcloud" : "Opsionet e aksesueshmërisë për nextcloud",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Mundëson shumë opsione të aksesueshmërisë që t'ju lehtësojë përdorimin e Nextcloud",
|
||||
"Web Content Accessibility Guidelines" : "Udhëzimet për Aksesueshmërinë e Përmbajtjes së Rrjetit",
|
||||
"our issue tracker" : "gjurmuesi ynë i çështjeve",
|
||||
"our design team" : "ekipi jonë i dizajnit",
|
||||
"Enable" : "Aktivizo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -2,15 +2,15 @@ OC.L10N.register(
|
||||
"accessibility",
|
||||
{
|
||||
"High contrast theme" : "Тема високог контраста",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста да олакша навигацију. Визуелни квалитет ће се смањити, али ће се повећати јасност.",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста олакшава навигацију. Биће мање лепа али јаснија и читљивија.",
|
||||
"Dark theme (beta)" : "Тамна тема (бета)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема да помогне очима смањујући осветљење и јачину светлости. Још увек се развија, па пријавите све грешке уколико их нађете.",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема олакшава очима смањујући укупну осветљеност. Још је у развоју, па пријавите све грешке, уколико их нађете.",
|
||||
"Dyslexia font" : "Фонт Дислексија",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
|
||||
"Accessibility" : "Приступачност",
|
||||
"Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
|
||||
"Accessibility options for nextcloud" : "Опције приступачности за Некстлауд",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Нуди више опција за приступачност да олакша употребу Некстклауда",
|
||||
"Web Content Accessibility Guidelines" : "Препоруке за приступачност веб садржаја",
|
||||
"Web Content Accessibility Guidelines" : "Смернице приступачности веб садржаја",
|
||||
"our issue tracker" : "наш пратилац проблема",
|
||||
"our design team" : "наши тим дизајнера",
|
||||
"Enable" : "Укључи"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "Тема високог контраста",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста да олакша навигацију. Визуелни квалитет ће се смањити, али ће се повећати јасност.",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста олакшава навигацију. Биће мање лепа али јаснија и читљивија.",
|
||||
"Dark theme (beta)" : "Тамна тема (бета)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема да помогне очима смањујући осветљење и јачину светлости. Још увек се развија, па пријавите све грешке уколико их нађете.",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема олакшава очима смањујући укупну осветљеност. Још је у развоју, па пријавите све грешке, уколико их нађете.",
|
||||
"Dyslexia font" : "Фонт Дислексија",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
|
||||
"Accessibility" : "Приступачност",
|
||||
"Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
|
||||
"Accessibility options for nextcloud" : "Опције приступачности за Некстлауд",
|
||||
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Нуди више опција за приступачност да олакша употребу Некстклауда",
|
||||
"Web Content Accessibility Guidelines" : "Препоруке за приступачност веб садржаја",
|
||||
"Web Content Accessibility Guidelines" : "Смернице приступачности веб садржаја",
|
||||
"our issue tracker" : "наш пратилац проблема",
|
||||
"our design team" : "наши тим дизајнера",
|
||||
"Enable" : "Укључи"
|
||||
|
||||
@@ -3,7 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"High contrast theme" : "高对比度主题",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "便于您浏览的高对比度主题。图像质量会下降但清晰度会提升。",
|
||||
"Dark theme (beta)" : "暗色主题(beta)",
|
||||
"Dark theme (beta)" : "暗色主题(beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的暗色主题。它仍在开发中,所以请报告您可能遇到的问题。",
|
||||
"Dyslexia font" : "阅读障碍字体",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ "translations": {
|
||||
"High contrast theme" : "高对比度主题",
|
||||
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "便于您浏览的高对比度主题。图像质量会下降但清晰度会提升。",
|
||||
"Dark theme (beta)" : "暗色主题(beta)",
|
||||
"Dark theme (beta)" : "暗色主题(beta)",
|
||||
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的暗色主题。它仍在开发中,所以请报告您可能遇到的问题。",
|
||||
"Dyslexia font" : "阅读障碍字体",
|
||||
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
|
||||
|
||||
@@ -4,6 +4,7 @@ OC.L10N.register(
|
||||
"Comments" : "تعليقات",
|
||||
"You commented" : "قمت بكتابة تعليق",
|
||||
"%1$s commented" : "%1$s كتب تعليق",
|
||||
"You commented on %1$s" : "لقد علقت على %1$s",
|
||||
"You commented on {file}" : "علقت على {file}",
|
||||
"%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s",
|
||||
"{author} commented on {file}" : "{author} علّق على {file}",
|
||||
@@ -20,6 +21,7 @@ OC.L10N.register(
|
||||
"Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}",
|
||||
"Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}",
|
||||
"Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"],
|
||||
"Comment" : "تعليق"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"Comments" : "تعليقات",
|
||||
"You commented" : "قمت بكتابة تعليق",
|
||||
"%1$s commented" : "%1$s كتب تعليق",
|
||||
"You commented on %1$s" : "لقد علقت على %1$s",
|
||||
"You commented on {file}" : "علقت على {file}",
|
||||
"%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s",
|
||||
"{author} commented on {file}" : "{author} علّق على {file}",
|
||||
@@ -18,6 +19,7 @@
|
||||
"Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}",
|
||||
"Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}",
|
||||
"Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"],
|
||||
"Comment" : "تعليق"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
|
||||
"Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
|
||||
"Comment" : "Comentari",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Hau estat esmentats a \"%s\" en un comentari d'un usuari que ja no existeix",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha esmentat en un comentari a “%2$s”"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
|
||||
"Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
|
||||
"Comment" : "Comentari",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Hau estat esmentats a \"%s\" en un comentari d'un usuari que ja no existeix",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha esmentat en un comentari a “%2$s”"
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Error occurred while updating comment with id {id}" : "Eraro dum ĝisdatigo de komento kun identigilo {id}",
|
||||
"Error occurred while posting comment" : "Eraro dum sendo de komento",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 nova komento","{unread} novaj komentoj"],
|
||||
"Comment" : "Komento",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s menciis vin en komento pri „%2$s“"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Error occurred while updating comment with id {id}" : "Eraro dum ĝisdatigo de komento kun identigilo {id}",
|
||||
"Error occurred while posting comment" : "Eraro dum sendo de komento",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 nova komento","{unread} novaj komentoj"],
|
||||
"Comment" : "Komento",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s menciis vin en komento pri „%2$s“"
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Error occurred while updating comment with id {id}" : "Hiba a(z) {id} azonosítójú hozzászólás frissítésekor",
|
||||
"Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 új hozzászólás","{unread} új hozzászólás"],
|
||||
"Comment" : "Hozzászólás",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítették ennél: „%s”, egy már törölt felhasználó hozzászólásában",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlítette egy hozzászólásban ennél: „%2$s”"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Error occurred while updating comment with id {id}" : "Hiba a(z) {id} azonosítójú hozzászólás frissítésekor",
|
||||
"Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 új hozzászólás","{unread} új hozzászólás"],
|
||||
"Comment" : "Hozzászólás",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítették ennél: „%s”, egy már törölt felhasználó hozzászólásában",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlítette egy hozzászólásban ennél: „%2$s”"
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました",
|
||||
"Error occurred while posting comment" : "コメント投稿中にエラーが発生しました",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
||||
"Comment" : "コメント",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました",
|
||||
"Error occurred while posting comment" : "コメント投稿中にエラーが発生しました",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
||||
"Comment" : "コメント",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。"
|
||||
|
||||
@@ -11,6 +11,7 @@ OC.L10N.register(
|
||||
"{author} commented on {file}" : "{author} pakomentavo {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”",
|
||||
"Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
|
||||
"Edit comment" : "Taisyti komentarą",
|
||||
"Delete comment" : "Ištrinti komentarą",
|
||||
"New comment …" : "Naujas komentaras …",
|
||||
@@ -21,9 +22,11 @@ OC.L10N.register(
|
||||
"More comments …" : "Daugiau",
|
||||
"Save" : "Įrašyti",
|
||||
"Allowed characters {count} of {max}" : "Leidžiama simbolių {count} iš {max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}",
|
||||
"Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytų komentarų"],
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
|
||||
"Comment" : "Komentaras",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\""
|
||||
},
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"{author} commented on {file}" : "{author} pakomentavo {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”",
|
||||
"Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
|
||||
"Edit comment" : "Taisyti komentarą",
|
||||
"Delete comment" : "Ištrinti komentarą",
|
||||
"New comment …" : "Naujas komentaras …",
|
||||
@@ -19,9 +20,11 @@
|
||||
"More comments …" : "Daugiau",
|
||||
"Save" : "Įrašyti",
|
||||
"Allowed characters {count} of {max}" : "Leidžiama simbolių {count} iš {max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}",
|
||||
"Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytų komentarų"],
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
|
||||
"Comment" : "Komentaras",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\""
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка",
|
||||
"Error occurred while posting comment" : "При сохранении комментария произошла ошибка",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 новый комментарий","{unread} новых комментариев","{unread} новых комментариев","{unread} новых комментариев"],
|
||||
"Comment" : "Комментарий",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\""
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка",
|
||||
"Error occurred while posting comment" : "При сохранении комментария произошла ошибка",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["1 новый комментарий","{unread} новых комментариев","{unread} новых комментариев","{unread} новых комментариев"],
|
||||
"Comment" : "Комментарий",
|
||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\""
|
||||
|
||||
@@ -60,6 +60,7 @@ OC.L10N.register(
|
||||
"More options …" : "Fleiri valkostir ...",
|
||||
"More options at %s" : "Fleiri valkostir á %s",
|
||||
"Contacts" : "Tengiliðir",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s þarf að vera sett upp til að nota HTTPS til að CalDAV og CardDAV virki með iOS/macOS.",
|
||||
"Configures a CalDAV account" : "Setur upp CalDAV aðgang",
|
||||
"Configures a CardDAV account" : "Setur upp CardDAV aðgang",
|
||||
"WebDAV" : "WebDAV",
|
||||
@@ -74,7 +75,9 @@ OC.L10N.register(
|
||||
"Save" : "Vista",
|
||||
"Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.",
|
||||
"Calendar server" : "Dagatalaþjónn",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Settu líka upp {calendarappstoreopen}Calendar-forritið{linkclose}, eða {calendardocopen}-tengdu tölvuna þína & farsíma fyrir samstillingu ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Senda boð til þátttakenda",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Gakktu úr skugga um að {emailopen}póstþjóninn{linkclose} sé rétt uppsettur.",
|
||||
"Automatically generate a birthday calendar" : "Útbúa fæðingardagatal sjálfvirkt",
|
||||
"Birthday calendars will be generated by a background job." : "Fæðingardagatöl verða útbúin í bakvinnsluferli.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Þar með verða þau ekki tilbúin strax eftir að þetta er virkjað, heldur birtast þau eftir nokkurn tíma.",
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
"More options …" : "Fleiri valkostir ...",
|
||||
"More options at %s" : "Fleiri valkostir á %s",
|
||||
"Contacts" : "Tengiliðir",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s þarf að vera sett upp til að nota HTTPS til að CalDAV og CardDAV virki með iOS/macOS.",
|
||||
"Configures a CalDAV account" : "Setur upp CalDAV aðgang",
|
||||
"Configures a CardDAV account" : "Setur upp CardDAV aðgang",
|
||||
"WebDAV" : "WebDAV",
|
||||
@@ -72,7 +73,9 @@
|
||||
"Save" : "Vista",
|
||||
"Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.",
|
||||
"Calendar server" : "Dagatalaþjónn",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Settu líka upp {calendarappstoreopen}Calendar-forritið{linkclose}, eða {calendardocopen}-tengdu tölvuna þína & farsíma fyrir samstillingu ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Senda boð til þátttakenda",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Gakktu úr skugga um að {emailopen}póstþjóninn{linkclose} sé rétt uppsettur.",
|
||||
"Automatically generate a birthday calendar" : "Útbúa fæðingardagatal sjálfvirkt",
|
||||
"Birthday calendars will be generated by a background job." : "Fæðingardagatöl verða útbúin í bakvinnsluferli.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Þar með verða þau ekki tilbúin strax eftir að þetta er virkjað, heldur birtast þau eftir nokkurn tíma.",
|
||||
|
||||
@@ -10,6 +10,8 @@ OC.L10N.register(
|
||||
"You deleted calendar {calendar}" : "Jūs ištrynėte kalendorių {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} atnaujino kalendorių {calendar}",
|
||||
"You updated calendar {calendar}" : "Jūs atnaujinote kalendorių {calendar}",
|
||||
"You shared calendar {calendar} as public link" : "Jūs pradėjote bendrinti kalendorių {calendar} kaip viešąją nuorodą",
|
||||
"You removed public link for calendar {calendar}" : "Jūs pašalinote viešąją nuorodą kalendoriui {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} pradėjo bendrinti su jumis kalendorių {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "Jūs pradėjote bendrinti kalendorių {calendar} su {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} pradėjo bendrinti kalendorių {calendar} su {user}",
|
||||
@@ -55,6 +57,8 @@ OC.L10N.register(
|
||||
"Decline" : "Atmesti",
|
||||
"More options …" : "Daugiau parinkčių …",
|
||||
"Contacts" : "Adresatai",
|
||||
"Configures a CalDAV account" : "Konfigūruoja CalDAV paskyrą",
|
||||
"Configures a CardDAV account" : "Konfigūruoja CardDAV paskyrą",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "Techninė informacija",
|
||||
"Remote Address: %s" : "Nuotolinis adresas: %s",
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
"You deleted calendar {calendar}" : "Jūs ištrynėte kalendorių {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} atnaujino kalendorių {calendar}",
|
||||
"You updated calendar {calendar}" : "Jūs atnaujinote kalendorių {calendar}",
|
||||
"You shared calendar {calendar} as public link" : "Jūs pradėjote bendrinti kalendorių {calendar} kaip viešąją nuorodą",
|
||||
"You removed public link for calendar {calendar}" : "Jūs pašalinote viešąją nuorodą kalendoriui {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} pradėjo bendrinti su jumis kalendorių {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "Jūs pradėjote bendrinti kalendorių {calendar} su {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} pradėjo bendrinti kalendorių {calendar} su {user}",
|
||||
@@ -53,6 +55,8 @@
|
||||
"Decline" : "Atmesti",
|
||||
"More options …" : "Daugiau parinkčių …",
|
||||
"Contacts" : "Adresatai",
|
||||
"Configures a CalDAV account" : "Konfigūruoja CalDAV paskyrą",
|
||||
"Configures a CardDAV account" : "Konfigūruoja CardDAV paskyrą",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "Techninė informacija",
|
||||
"Remote Address: %s" : "Nuotolinis adresas: %s",
|
||||
|
||||
@@ -29,6 +29,7 @@ OC.L10N.register(
|
||||
"You deleted event {event} from calendar {calendar}" : "Вы удалили событие «{event}» из календаря «{calendar}»",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} обновил(а) событие «{event}» в календаре «{calendar}»",
|
||||
"You updated event {event} in calendar {calendar}" : "Вы обновили событие «{event}» в календаре «{calendar}»",
|
||||
"Busy" : "Занято",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} создал(а) задачу «{todo}» в списке «{calendar}»",
|
||||
"You created todo {todo} in list {calendar}" : "Вы создали задачу «{todo}» в списке «{calendar}»",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} удалил(а) задачу «{todo}» из списка «{calendar}»",
|
||||
@@ -59,6 +60,9 @@ OC.L10N.register(
|
||||
"More options …" : "Дополнительные параметры…",
|
||||
"More options at %s" : "Дополнительные параметры на %s",
|
||||
"Contacts" : "Контакты",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ваш %s должен быть настроен на использование протокола HTTPS, чтобы можно было использовать CalDAV и CardDAV на iOS/macOS.",
|
||||
"Configures a CalDAV account" : "Настройка аккаунта CalDAV",
|
||||
"Configures a CardDAV account" : "Настройка аккаунта CardDAV",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "точка подключения WebDAV",
|
||||
"Technical details" : "Технические подробности",
|
||||
@@ -71,7 +75,9 @@ OC.L10N.register(
|
||||
"Save" : "Сохранить",
|
||||
"Your attendance was updated successfully." : "Статус участия обновлён.",
|
||||
"Calendar server" : "Сервер календаря",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Также установите {calendarappstoreopen}приложение Calendar{linkclose}, или {calendardocopen}подключите ваш ПК и мобильное устройство для синхронизации ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Отправить приглашения",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Проверьте правильность настройки {emailopen}почтового сервера{linkclose}.",
|
||||
"Automatically generate a birthday calendar" : "Создавать календарь дней рождения автоматически",
|
||||
"Birthday calendars will be generated by a background job." : "Календари дней рождения будут создаваться фоновым процессом.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "И поэтому они станут доступны не моментально, а через некоторое время.",
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"You deleted event {event} from calendar {calendar}" : "Вы удалили событие «{event}» из календаря «{calendar}»",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} обновил(а) событие «{event}» в календаре «{calendar}»",
|
||||
"You updated event {event} in calendar {calendar}" : "Вы обновили событие «{event}» в календаре «{calendar}»",
|
||||
"Busy" : "Занято",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} создал(а) задачу «{todo}» в списке «{calendar}»",
|
||||
"You created todo {todo} in list {calendar}" : "Вы создали задачу «{todo}» в списке «{calendar}»",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} удалил(а) задачу «{todo}» из списка «{calendar}»",
|
||||
@@ -57,6 +58,9 @@
|
||||
"More options …" : "Дополнительные параметры…",
|
||||
"More options at %s" : "Дополнительные параметры на %s",
|
||||
"Contacts" : "Контакты",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ваш %s должен быть настроен на использование протокола HTTPS, чтобы можно было использовать CalDAV и CardDAV на iOS/macOS.",
|
||||
"Configures a CalDAV account" : "Настройка аккаунта CalDAV",
|
||||
"Configures a CardDAV account" : "Настройка аккаунта CardDAV",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "точка подключения WebDAV",
|
||||
"Technical details" : "Технические подробности",
|
||||
@@ -69,7 +73,9 @@
|
||||
"Save" : "Сохранить",
|
||||
"Your attendance was updated successfully." : "Статус участия обновлён.",
|
||||
"Calendar server" : "Сервер календаря",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Также установите {calendarappstoreopen}приложение Calendar{linkclose}, или {calendardocopen}подключите ваш ПК и мобильное устройство для синхронизации ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Отправить приглашения",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Проверьте правильность настройки {emailopen}почтового сервера{linkclose}.",
|
||||
"Automatically generate a birthday calendar" : "Создавать календарь дней рождения автоматически",
|
||||
"Birthday calendars will be generated by a background job." : "Календари дней рождения будут создаваться фоновым процессом.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "И поэтому они станут доступны не моментально, а через некоторое время.",
|
||||
|
||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} 與群組 {group} 分享了日曆 {calendar}",
|
||||
"You unshared calendar {calendar} from group {group}" : "您已停止與群組 {group} 分享日曆 {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "您更新了日曆 {calendar}中的事件{event}",
|
||||
"Busy" : "忙碌中",
|
||||
"A <strong>calendar</strong> was modified" : "一個<strong>日曆</strong>被更動",
|
||||
"A calendar <strong>event</strong> was modified" : "一個日曆<strong>活動</strong>被更動",
|
||||
"A calendar <strong>todo</strong> was modified" : "一個日曆<strong>代辦事項</strong>被更動",
|
||||
@@ -28,20 +29,29 @@ OC.L10N.register(
|
||||
"Invitation canceled" : "邀請被取消了",
|
||||
"Hello %s," : "%s您好,",
|
||||
"Invitation updated" : "邀請更新",
|
||||
"%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s",
|
||||
"When:" : "時間",
|
||||
"Where:" : "地點",
|
||||
"Description:" : "描述",
|
||||
"Link:" : "連結",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒絕",
|
||||
"More options …" : "更多選項 ...",
|
||||
"More options at %s" : "%s有更多選項",
|
||||
"Contacts" : "聯絡人",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "技術細節",
|
||||
"Remote Address: %s" : "遠端位置:%s",
|
||||
"Request ID: %s" : "請求編號:%s",
|
||||
"Are you accepting the invitation?" : "接受邀請嗎?",
|
||||
"Tentative" : "測試的",
|
||||
"Save" : "儲存",
|
||||
"Send invitations to attendees" : "發送邀請函給參加者",
|
||||
"Automatically generate a birthday calendar" : "自動建立 生日 日曆",
|
||||
"Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立",
|
||||
"%s via %s" : "%s 透過 %s",
|
||||
"The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了",
|
||||
"The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動",
|
||||
"%s invited you to »%s«" : "%s邀請了您到%s",
|
||||
"CalDAV server" : "網路行事曆伺服器"
|
||||
"%s invited you to »%s«" : "%s邀請了您到%s"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} 與群組 {group} 分享了日曆 {calendar}",
|
||||
"You unshared calendar {calendar} from group {group}" : "您已停止與群組 {group} 分享日曆 {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "您更新了日曆 {calendar}中的事件{event}",
|
||||
"Busy" : "忙碌中",
|
||||
"A <strong>calendar</strong> was modified" : "一個<strong>日曆</strong>被更動",
|
||||
"A calendar <strong>event</strong> was modified" : "一個日曆<strong>活動</strong>被更動",
|
||||
"A calendar <strong>todo</strong> was modified" : "一個日曆<strong>代辦事項</strong>被更動",
|
||||
@@ -26,20 +27,29 @@
|
||||
"Invitation canceled" : "邀請被取消了",
|
||||
"Hello %s," : "%s您好,",
|
||||
"Invitation updated" : "邀請更新",
|
||||
"%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s",
|
||||
"When:" : "時間",
|
||||
"Where:" : "地點",
|
||||
"Description:" : "描述",
|
||||
"Link:" : "連結",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒絕",
|
||||
"More options …" : "更多選項 ...",
|
||||
"More options at %s" : "%s有更多選項",
|
||||
"Contacts" : "聯絡人",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "技術細節",
|
||||
"Remote Address: %s" : "遠端位置:%s",
|
||||
"Request ID: %s" : "請求編號:%s",
|
||||
"Are you accepting the invitation?" : "接受邀請嗎?",
|
||||
"Tentative" : "測試的",
|
||||
"Save" : "儲存",
|
||||
"Send invitations to attendees" : "發送邀請函給參加者",
|
||||
"Automatically generate a birthday calendar" : "自動建立 生日 日曆",
|
||||
"Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立",
|
||||
"%s via %s" : "%s 透過 %s",
|
||||
"The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了",
|
||||
"The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動",
|
||||
"%s invited you to »%s«" : "%s邀請了您到%s",
|
||||
"CalDAV server" : "網路行事曆伺服器"
|
||||
"%s invited you to »%s«" : "%s邀請了您到%s"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -167,16 +167,19 @@ class PhotoCache {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $addressBookId
|
||||
* @param string $cardUri
|
||||
* @return ISimpleFolder
|
||||
* @throws NotFoundException
|
||||
* @throws NotPermittedException
|
||||
*/
|
||||
private function getFolder($addressBookId, $cardUri) {
|
||||
private function getFolder(int $addressBookId, string $cardUri, bool $createIfNotExists = true): ISimpleFolder {
|
||||
$hash = md5($addressBookId . ' ' . $cardUri);
|
||||
try {
|
||||
return $this->appData->getFolder($hash);
|
||||
} catch (NotFoundException $e) {
|
||||
return $this->appData->newFolder($hash);
|
||||
if($createIfNotExists) {
|
||||
return $this->appData->newFolder($hash);
|
||||
} else {
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -271,9 +274,14 @@ class PhotoCache {
|
||||
/**
|
||||
* @param int $addressBookId
|
||||
* @param string $cardUri
|
||||
* @throws NotPermittedException
|
||||
*/
|
||||
public function delete($addressBookId, $cardUri) {
|
||||
$folder = $this->getFolder($addressBookId, $cardUri);
|
||||
$folder->delete();
|
||||
try {
|
||||
$folder = $this->getFolder($addressBookId, $cardUri, false);
|
||||
$folder->delete();
|
||||
} catch (NotFoundException $e) {
|
||||
// that's OK, nothing to do
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ class SyncService {
|
||||
|
||||
public function syncInstance(\Closure $progressCallback = null) {
|
||||
$systemAddressBook = $this->getLocalSystemAddressBook();
|
||||
$this->userManager->callForAllUsers(function($user) use ($systemAddressBook, $progressCallback) {
|
||||
$this->userManager->callForSeenUsers(function($user) use ($systemAddressBook, $progressCallback) {
|
||||
$this->updateUser($user);
|
||||
if (!is_null($progressCallback)) {
|
||||
$progressCallback();
|
||||
|
||||
@@ -92,7 +92,7 @@ class SyncBirthdayCalendar extends Command {
|
||||
$output->writeln("Start birthday calendar sync for all users ...");
|
||||
$p = new ProgressBar($output);
|
||||
$p->start();
|
||||
$this->userManager->callForAllUsers(function($user) use ($p) {
|
||||
$this->userManager->callForSeenUsers(function($user) use ($p) {
|
||||
$p->advance();
|
||||
|
||||
$userId = $user->getUID();
|
||||
|
||||
@@ -129,13 +129,6 @@ class CustomPropertiesBackend implements BackendInterface {
|
||||
return;
|
||||
}
|
||||
|
||||
if ($node instanceof Directory
|
||||
&& $propFind->getDepth() !== 0
|
||||
) {
|
||||
// note: pre-fetching only supported for depth <= 1
|
||||
$this->loadChildrenProperties($node, $requestedProps);
|
||||
}
|
||||
|
||||
$props = $this->getProperties($node, $requestedProps);
|
||||
foreach ($props as $propName => $propValue) {
|
||||
$propFind->set($propName, $propValue);
|
||||
|
||||
@@ -93,7 +93,7 @@ class BirthdayCalendarController extends Controller {
|
||||
$this->config->setAppValue($this->appName, 'generateBirthdayCalendar', 'yes');
|
||||
|
||||
// add background job for each user
|
||||
$this->userManager->callForAllUsers(function(IUser $user) {
|
||||
$this->userManager->callForSeenUsers(function(IUser $user) {
|
||||
$this->jobList->add(GenerateBirthdayCalendarBackgroundJob::class, [
|
||||
'userId' => $user->getUID(),
|
||||
]);
|
||||
|
||||
@@ -72,7 +72,7 @@ class RegenerateBirthdayCalendars implements IRepairStep {
|
||||
}
|
||||
|
||||
$output->info('Adding background jobs to regenerate birthday calendar');
|
||||
$this->userManager->callForAllUsers(function(IUser $user) {
|
||||
$this->userManager->callForSeenUsers(function(IUser $user) {
|
||||
$this->jobList->add(GenerateBirthdayCalendarBackgroundJob::class, [
|
||||
'userId' => $user->getUID(),
|
||||
'purgeBeforeGenerating' => true
|
||||
@@ -82,4 +82,4 @@ class RegenerateBirthdayCalendars implements IRepairStep {
|
||||
// if all were done, no need to redo the repair during next upgrade
|
||||
$this->config->setAppValue('dav', 'regeneratedBirthdayCalendarsForYearFix', 'yes');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -226,10 +226,6 @@ class CustomPropertiesBackendTest extends \Test\TestCase {
|
||||
->method('getPath')
|
||||
->will($this->returnValue('/dummypath/test.txt'));
|
||||
|
||||
$rootNode->expects($this->once())
|
||||
->method('getChildren')
|
||||
->will($this->returnValue(array($nodeSub)));
|
||||
|
||||
$this->tree->expects($this->at(0))
|
||||
->method('getNodeForPath')
|
||||
->with('/dummypath')
|
||||
|
||||
@@ -78,7 +78,7 @@ class BirthdayCalendarControllerTest extends TestCase {
|
||||
->with('dav', 'generateBirthdayCalendar', 'yes');
|
||||
|
||||
$this->userManager->expects($this->once())
|
||||
->method('callForAllUsers')
|
||||
->method('callForSeenUsers')
|
||||
->will($this->returnCallback(function($closure) {
|
||||
$user1 = $this->createMock(IUser::class);
|
||||
$user1->method('getUID')->will($this->returnValue('uid1'));
|
||||
|
||||
@@ -76,7 +76,7 @@ class RegenerateBirthdayCalendarsTest extends TestCase {
|
||||
->with('Adding background jobs to regenerate birthday calendar');
|
||||
|
||||
$this->userManager->expects($this->once())
|
||||
->method('callForAllUsers')
|
||||
->method('callForSeenUsers')
|
||||
->will($this->returnCallback(function($closure) {
|
||||
$user1 = $this->createMock(IUser::class);
|
||||
$user1->method('getUID')->will($this->returnValue('uid1'));
|
||||
@@ -128,10 +128,10 @@ class RegenerateBirthdayCalendarsTest extends TestCase {
|
||||
->with('Repair step already executed');
|
||||
|
||||
$this->userManager->expects($this->never())
|
||||
->method('callForAllUsers');
|
||||
->method('callForSeenUsers');
|
||||
|
||||
$this->migration->run($output);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,8 @@ OC.L10N.register(
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Default encryption module" : "デフォルトの暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバー再度暗号化のデフォルト暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "この暗号化モジュールを使うには管理者画面でサーバーサイド暗号化を有効にする\n\t\t必要があります。このモジュールを一旦有効にすると全てのファイルが\n\t\t意識することなく暗号化されます。AES 256bit の鍵で暗号化されます。\n\t\tこのモジュールは既存ファイルはそのままで、サーバーサイド暗号化を\n\t\t有効にした後の新しいファイルのみ暗号化します。 一旦暗号化したシステムを\n\t\t無効化して元の暗号化されていない状態に戻すことはできません。\n\t\tサーバーサイド暗号化するかどうか決める前にドキュメントをよく読んで\n\t\t全ての要件を確認してください。",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "こんにちは\n\n管理者がサーバーサイド暗号化を有効にしました。'%s'というパスワードであなたのファイルが暗号化されました。\n\nWeb画面からログインして、個人設定画面の'基本暗号化モジュール' セクションにいき、暗号化パスワードの更新をお願いします。 '旧ログインパスワード'部分に上記パスワードを入力し、現在のログインパスワードで更新します。\n",
|
||||
"The share will expire on %s." : "共有は %s で有効期限が切れます。",
|
||||
"Cheers!" : "それでは!",
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Default encryption module" : "デフォルトの暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバー再度暗号化のデフォルト暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "この暗号化モジュールを使うには管理者画面でサーバーサイド暗号化を有効にする\n\t\t必要があります。このモジュールを一旦有効にすると全てのファイルが\n\t\t意識することなく暗号化されます。AES 256bit の鍵で暗号化されます。\n\t\tこのモジュールは既存ファイルはそのままで、サーバーサイド暗号化を\n\t\t有効にした後の新しいファイルのみ暗号化します。 一旦暗号化したシステムを\n\t\t無効化して元の暗号化されていない状態に戻すことはできません。\n\t\tサーバーサイド暗号化するかどうか決める前にドキュメントをよく読んで\n\t\t全ての要件を確認してください。",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "こんにちは\n\n管理者がサーバーサイド暗号化を有効にしました。'%s'というパスワードであなたのファイルが暗号化されました。\n\nWeb画面からログインして、個人設定画面の'基本暗号化モジュール' セクションにいき、暗号化パスワードの更新をお願いします。 '旧ログインパスワード'部分に上記パスワードを入力し、現在のログインパスワードで更新します。\n",
|
||||
"The share will expire on %s." : "共有は %s で有効期限が切れます。",
|
||||
"Cheers!" : "それでは!",
|
||||
|
||||
@@ -31,6 +31,7 @@ OC.L10N.register(
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Filen kan inte läsas, troligtvis är det en delad fil. Be ägaren av filen att dela den med dig igen.",
|
||||
"Default encryption module" : "Krypteringsfunktion",
|
||||
"Default encryption module for server-side encryption" : "Standardkrypteringsmodul för kryptering på serversidan",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hallå där, \n\nAdministratören aktiverade serverkryptering. Alla dina filer har blivit krypterade med lösenordet: %s\n\nGå till i din profil för att ändra krypteringslösenordet till ditt egna lösenord. Ange lösenordet ovan som \"Gammalt lösenord\" och ange sedan ditt egna lösenord.\n\n",
|
||||
"The share will expire on %s." : "Utdelningen kommer att upphöra %s.",
|
||||
"Cheers!" : "Ha de fint!",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Filen kan inte läsas, troligtvis är det en delad fil. Be ägaren av filen att dela den med dig igen.",
|
||||
"Default encryption module" : "Krypteringsfunktion",
|
||||
"Default encryption module for server-side encryption" : "Standardkrypteringsmodul för kryptering på serversidan",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hallå där, \n\nAdministratören aktiverade serverkryptering. Alla dina filer har blivit krypterade med lösenordet: %s\n\nGå till i din profil för att ändra krypteringslösenordet till ditt egna lösenord. Ange lösenordet ovan som \"Gammalt lösenord\" och ange sedan ditt egna lösenord.\n\n",
|
||||
"The share will expire on %s." : "Utdelningen kommer att upphöra %s.",
|
||||
"Cheers!" : "Ha de fint!",
|
||||
|
||||
@@ -19,10 +19,10 @@ OC.L10N.register(
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "S'ha enviat la sol·licitud de participació federada, rebreu una invitació. Comproveu les vostres notificacions.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No s’ha pogut establir una acció compartida federada, sembla que el servidor amb el qual s’ha federat és massa antic (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "No es permet enviar de grups de compartits federats des d'aquest servidor.",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "Ha fallat la compartició %1$s, perquè aquest element ja està compartit amb %2$s",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "No s'ha pogut compartir %1$s, perquè aquest element ja està compartit amb %2$s",
|
||||
"Not allowed to create a federated share with the same user" : "No està permés crear una compartició federada amb el mateix usuari",
|
||||
"File is already shared with %s" : "El fitxer ja està compartit amb %s",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %1$s, no s'ha pogut trobar %2$s, el servidor no es pot accedir actualment o fa servir un certificat auto-signat.",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %1$s, no s'ha pogut trobar %2$s, potser el servidor és inaccessible actualment o fa servir un certificat auto-signat.",
|
||||
"Could not find share" : "No s'ha pogut trobar la compartició",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Heu rebut \"/%3$s\" com una compartició remota des de %1$s (de part de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Heu rebut {share} com un recompte remot de {user} (en nom de {nom})",
|
||||
@@ -51,7 +51,7 @@ OC.L10N.register(
|
||||
"Add to your website" : "Afegiu a la vostra pàgina web",
|
||||
"Share with me via Nextcloud" : "Comparteix amb mi mitjançant Nextcloud",
|
||||
"HTML Code:" : "Codi HTML:",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %s, no s'ha pogut trobar%s, el servidor no es pot accedir actualment o fa servir un certificat auto-signat."
|
||||
"Sharing %s failed, because this item is already shared with %s" : "No s'ha pogut compartir %s, perquè l'element ja està compartit amb %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %s, no s'ha pogut trobar%s, potser el servidor és inaccessible actualment o fa servir un certificat auto-signat."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "S'ha enviat la sol·licitud de participació federada, rebreu una invitació. Comproveu les vostres notificacions.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No s’ha pogut establir una acció compartida federada, sembla que el servidor amb el qual s’ha federat és massa antic (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "No es permet enviar de grups de compartits federats des d'aquest servidor.",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "Ha fallat la compartició %1$s, perquè aquest element ja està compartit amb %2$s",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "No s'ha pogut compartir %1$s, perquè aquest element ja està compartit amb %2$s",
|
||||
"Not allowed to create a federated share with the same user" : "No està permés crear una compartició federada amb el mateix usuari",
|
||||
"File is already shared with %s" : "El fitxer ja està compartit amb %s",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %1$s, no s'ha pogut trobar %2$s, el servidor no es pot accedir actualment o fa servir un certificat auto-signat.",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %1$s, no s'ha pogut trobar %2$s, potser el servidor és inaccessible actualment o fa servir un certificat auto-signat.",
|
||||
"Could not find share" : "No s'ha pogut trobar la compartició",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Heu rebut \"/%3$s\" com una compartició remota des de %1$s (de part de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Heu rebut {share} com un recompte remot de {user} (en nom de {nom})",
|
||||
@@ -49,7 +49,7 @@
|
||||
"Add to your website" : "Afegiu a la vostra pàgina web",
|
||||
"Share with me via Nextcloud" : "Comparteix amb mi mitjançant Nextcloud",
|
||||
"HTML Code:" : "Codi HTML:",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %s, no s'ha pogut trobar%s, el servidor no es pot accedir actualment o fa servir un certificat auto-signat."
|
||||
"Sharing %s failed, because this item is already shared with %s" : "No s'ha pogut compartir %s, perquè l'element ja està compartit amb %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ha fallat la compartició %s, no s'ha pogut trobar%s, potser el servidor és inaccessible actualment o fa servir un certificat auto-signat."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
||||
"Couldn't establish a federated share." : "Egy egyesített megosztás nem hozható létre.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Egy egyesített megosztás nem hozható létre, lehet hogy nem megfelelő a jelszó.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Egyesített megosztási kérés elküldve, kapni fogsz egy meghívót. Ellenőrizd az értesítéseidet.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nem lehetséges az összevont megosztás, úgy tűnik az összevonandó szerver túl régi. (Nextcloud <=9).",
|
||||
"Not allowed to create a federated share with the same user" : "Azonos felhasználóval nem lehet létrehozni egyesített megosztást",
|
||||
"File is already shared with %s" : "Fájl már megosztva vele: %s",
|
||||
"Could not find share" : "A megosztás nem található",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"Couldn't establish a federated share." : "Egy egyesített megosztás nem hozható létre.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Egy egyesített megosztás nem hozható létre, lehet hogy nem megfelelő a jelszó.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Egyesített megosztási kérés elküldve, kapni fogsz egy meghívót. Ellenőrizd az értesítéseidet.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nem lehetséges az összevont megosztás, úgy tűnik az összevonandó szerver túl régi. (Nextcloud <=9).",
|
||||
"Not allowed to create a federated share with the same user" : "Azonos felhasználóval nem lehet létrehozni egyesített megosztást",
|
||||
"File is already shared with %s" : "Fájl már megosztva vele: %s",
|
||||
"Could not find share" : "A megosztás nem található",
|
||||
|
||||
@@ -47,7 +47,7 @@ OC.L10N.register(
|
||||
"Federated Cloud" : "Nuvem Federada",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Você pode compartilhar com qualquer pessoa que use Nextcloud ou outros servidores compatíveis com o Open Cloud Mesh (OCM)! Basta colocar sua ID da nuvem federada na caixa de diálogo de compartilhamento. Algo como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Sua ID de Nuvem Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compartilhe e seus amigos poderão compartilhar arquivos com você:",
|
||||
"Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:",
|
||||
"Add to your website" : "Adicione ao seu website",
|
||||
"Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"Federated Cloud" : "Nuvem Federada",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Você pode compartilhar com qualquer pessoa que use Nextcloud ou outros servidores compatíveis com o Open Cloud Mesh (OCM)! Basta colocar sua ID da nuvem federada na caixa de diálogo de compartilhamento. Algo como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Sua ID de Nuvem Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compartilhe e seus amigos poderão compartilhar arquivos com você:",
|
||||
"Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:",
|
||||
"Add to your website" : "Adicione ao seu website",
|
||||
"Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
|
||||
@@ -45,6 +45,7 @@ OC.L10N.register(
|
||||
"Search global and public address book for users" : "Искать пользователей в глобальной и открытой адресной книге",
|
||||
"Allow users to publish their data to a global and public address book" : "Разрешить пользователям публиковать свои данные в глобальной и общедоступной адресной книге",
|
||||
"Federated Cloud" : "Федерация облачных хранилищ",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Вы можете предоставить общий доступ любому пользователю Nextcloud или других серверов и сервисов, совместимых с Open Cloud Mesh (OCM)! Просто введите его идентификатор федеративного облачного хранилища в диалоге предоставления общего доступа. Идентификатор указывается в виде «person@cloud.example.com».",
|
||||
"Your Federated Cloud ID:" : "Ваш ID в федерации облачных хранилищ:",
|
||||
"Share it so your friends can share files with you:" : "Сообщите его друзьям, чтобы они могли поделиться с вами файлами:",
|
||||
"Add to your website" : "Добавить к себе на сайт",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"Search global and public address book for users" : "Искать пользователей в глобальной и открытой адресной книге",
|
||||
"Allow users to publish their data to a global and public address book" : "Разрешить пользователям публиковать свои данные в глобальной и общедоступной адресной книге",
|
||||
"Federated Cloud" : "Федерация облачных хранилищ",
|
||||
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Вы можете предоставить общий доступ любому пользователю Nextcloud или других серверов и сервисов, совместимых с Open Cloud Mesh (OCM)! Просто введите его идентификатор федеративного облачного хранилища в диалоге предоставления общего доступа. Идентификатор указывается в виде «person@cloud.example.com».",
|
||||
"Your Federated Cloud ID:" : "Ваш ID в федерации облачных хранилищ:",
|
||||
"Share it so your friends can share files with you:" : "Сообщите его друзьям, чтобы они могли поделиться с вами файлами:",
|
||||
"Add to your website" : "Добавить к себе на сайт",
|
||||
|
||||
@@ -3,7 +3,9 @@ OC.L10N.register(
|
||||
{
|
||||
"Federated sharing" : "Souporaba v zveznem oblaku",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeni delež {ime} od {lastnika}@{daljinsko}?",
|
||||
"Remote share" : "Oddaljeno mesto za souporabo",
|
||||
"Cancel" : "Prekliči",
|
||||
"Add remote share" : "Dodaj oddaljeno mesto za souporabo",
|
||||
"Copy" : "Kopiraj",
|
||||
"Copied!" : "Kopirano!",
|
||||
"Not supported!" : "Ni podprto!",
|
||||
@@ -13,6 +15,7 @@ OC.L10N.register(
|
||||
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
||||
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
||||
"Could not find share" : "Ni mogoče najti mape v souporabi",
|
||||
"Accept" : "Sprejmi",
|
||||
"Decline" : "Zavrni",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka, več na %s",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{ "translations": {
|
||||
"Federated sharing" : "Souporaba v zveznem oblaku",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeni delež {ime} od {lastnika}@{daljinsko}?",
|
||||
"Remote share" : "Oddaljeno mesto za souporabo",
|
||||
"Cancel" : "Prekliči",
|
||||
"Add remote share" : "Dodaj oddaljeno mesto za souporabo",
|
||||
"Copy" : "Kopiraj",
|
||||
"Copied!" : "Kopirano!",
|
||||
"Not supported!" : "Ni podprto!",
|
||||
@@ -11,6 +13,7 @@
|
||||
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
||||
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
||||
"Could not find share" : "Ni mogoče najti mape v souporabi",
|
||||
"Accept" : "Sprejmi",
|
||||
"Decline" : "Zavrni",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka, več na %s",
|
||||
|
||||
@@ -262,11 +262,8 @@ table th.column-last, table td.column-last {
|
||||
}
|
||||
|
||||
/* Multiselect bar */
|
||||
#filestable.multiselect {
|
||||
top: 51px;
|
||||
}
|
||||
table.multiselect thead {
|
||||
position: fixed;
|
||||
@include position('sticky');
|
||||
top: 94px;
|
||||
z-index: 55;
|
||||
-moz-box-sizing: border-box;
|
||||
@@ -275,7 +272,7 @@ table.multiselect thead {
|
||||
}
|
||||
|
||||
table.multiselect thead th {
|
||||
background-color: var(--color-main-background);
|
||||
background-color: var(--color-main-background-translucent);
|
||||
font-weight: bold;
|
||||
border-bottom: 0;
|
||||
}
|
||||
@@ -783,7 +780,7 @@ table.dragshadow td.size {
|
||||
tr {
|
||||
display: block;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
background-color: var(--color-main-background);
|
||||
background-color: var(--color-main-background-translucent);
|
||||
th {
|
||||
width: auto;
|
||||
border: none;
|
||||
|
||||
@@ -790,7 +790,7 @@ OC.Uploader.prototype = _.extend({
|
||||
return;
|
||||
}
|
||||
|
||||
this._setProgressBarText(t('core', 'Processing files …'), t('core', '…'));
|
||||
this._setProgressBarText(t('files', 'Processing files …'), t('files', '…'));
|
||||
|
||||
// Nothing is being uploaded at this point, and the pending operations
|
||||
// can not be cancelled, so the cancel button should be hidden.
|
||||
|
||||
@@ -672,7 +672,7 @@
|
||||
actionHandler: function (filename, context) {
|
||||
var dir = context.$file.attr('data-path') || context.fileList.getCurrentDirectory();
|
||||
if (OCA.Files.App && OCA.Files.App.getActiveView() !== 'files') {
|
||||
OCA.Files.App.setActiveView('files');
|
||||
OCA.Files.App.setActiveView('files', {silent: true});
|
||||
OCA.Files.App.fileList.changeDirectory(OC.joinPaths(dir, filename), true, true);
|
||||
} else {
|
||||
context.fileList.changeDirectory(OC.joinPaths(dir, filename), true, false, parseInt(context.$file.attr('data-id'), 10));
|
||||
|
||||
@@ -897,7 +897,16 @@
|
||||
* Event handler for when selecting/deselecting all files
|
||||
*/
|
||||
_onClickSelectAll: function(e) {
|
||||
var checked = $(e.target).prop('checked');
|
||||
var hiddenFiles = this.$fileList.find('tr.hidden');
|
||||
var checked = e.target.checked;
|
||||
|
||||
if (hiddenFiles.length > 0) {
|
||||
// set indeterminate alongside checked
|
||||
e.target.indeterminate = checked;
|
||||
} else {
|
||||
e.target.indeterminate = false
|
||||
}
|
||||
|
||||
// Select only visible checkboxes to filter out unmatched file in search
|
||||
this.$fileList.find('td.selection > .selectCheckBox:visible').prop('checked', checked)
|
||||
.closest('tr').toggleClass('selected', checked);
|
||||
@@ -907,7 +916,7 @@
|
||||
// a search will automatically hide the unwanted rows
|
||||
// let's only select the matches
|
||||
var fileData = this.files[i];
|
||||
var fileRow = this.$fileList.find('[data-id=' + fileData.id + ']');
|
||||
var fileRow = this.$fileList.find('tr[data-id=' + fileData.id + ']');
|
||||
// do not select already selected ones
|
||||
if (!fileRow.hasClass('hidden') && _.isUndefined(this._selectedFiles[fileData.id])) {
|
||||
this._selectedFiles[fileData.id] = fileData;
|
||||
@@ -917,7 +926,6 @@
|
||||
} else {
|
||||
// if we have some hidden row, then we're in a search
|
||||
// Let's only deselect the visible ones
|
||||
var hiddenFiles = this.$fileList.find('tr.hidden');
|
||||
if (hiddenFiles.length > 0) {
|
||||
var visibleFiles = this.$fileList.find('tr:not(.hidden)');
|
||||
var self = this;
|
||||
@@ -3260,11 +3268,15 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns whether all files are selected
|
||||
* @return true if all files are selected, false otherwise
|
||||
* Are all files selected?
|
||||
*
|
||||
* @returns {Boolean} all files are selected
|
||||
*/
|
||||
isAllSelected: function() {
|
||||
return this.$el.find('.select-all').prop('checked');
|
||||
var checkbox = this.$el.find('.select-all')
|
||||
var checked = checkbox.prop('checked')
|
||||
var indeterminate = checkbox.prop('indeterminate')
|
||||
return checked && !indeterminate;
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,6 +32,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
// needed on public share page to properly register this
|
||||
if (!OCA.Files) {
|
||||
OCA.Files = {};
|
||||
}
|
||||
OCA.Files.Semaphore = Semaphore;
|
||||
|
||||
})();
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Actions" : "الإجراءات",
|
||||
"Rename" : "إعادة التسمية",
|
||||
"Copy" : "نسخ",
|
||||
"Open" : "افتح",
|
||||
"Disconnect storage" : "قطع اتصال التخزين",
|
||||
"Unshare" : "إلغاء المشاركة",
|
||||
"Could not load info for file \"{file}\"" : "لم يستطع تحميل معلومات الملف \"{file}\"",
|
||||
@@ -39,6 +40,7 @@ OC.L10N.register(
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
|
||||
"Could not move \"{file}\", target exists" : "لا يمكن نقل \"{file}\", الملف موجود بالفعل هناك",
|
||||
"Could not move \"{file}\"" : "لا يمكن نقل \"{file}\"",
|
||||
"copy" : "أنسخ",
|
||||
"Could not copy \"{file}\", target exists" : "لم يستطع نسخ \"{file}\"، المستهدف موجود",
|
||||
"Could not copy \"{file}\"" : "لم يستطع نسخ \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "منسوخ {origin} داخل {destination}",
|
||||
@@ -52,8 +54,8 @@ OC.L10N.register(
|
||||
"Could not create folder \"{dir}\" because it already exists" : "لا يمكن إنشاء المجلد \"{dir}\" فهو موجود بالفعل",
|
||||
"Error deleting file \"{fileName}\"." : "خطأ أثناء حذف الملف \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
|
||||
"Name" : "اسم",
|
||||
"Size" : "حجم",
|
||||
"Name" : "الإسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "معدل",
|
||||
"_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"],
|
||||
"_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"],
|
||||
@@ -89,19 +91,23 @@ OC.L10N.register(
|
||||
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
|
||||
"Unlimited" : "غير محدود",
|
||||
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
|
||||
"File Management" : "إدارة الملفات",
|
||||
"%s used" : "%s مُستخدَم",
|
||||
"Settings" : "الإعدادات",
|
||||
"Show hidden files" : "عرض الملفات المخفية",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "استخدم هذا العنوان قصد <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">الوصول إلى ملفاتك على WebDAV</a>",
|
||||
"No files in here" : "لا يوجد ملفات هنا ",
|
||||
"Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !",
|
||||
"No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
|
||||
"Select all" : "تحديد الكل ",
|
||||
"Upload too large" : "حجم الترفيع أعلى من المسموح",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
|
||||
"No favorites yet" : "ليست عندك مفضلات بعد",
|
||||
"Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ",
|
||||
"Tags" : "الوسوم",
|
||||
"Deleted files" : "الملفات المحذوفة",
|
||||
"Shares" : "التي قمتَ بمشاركتها",
|
||||
"Shared with others" : "شاركته مع الاخرين",
|
||||
"Shared by link" : "شاركته باستخدام رابط مشاركة",
|
||||
"Text file" : "ملف نصي",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Actions" : "الإجراءات",
|
||||
"Rename" : "إعادة التسمية",
|
||||
"Copy" : "نسخ",
|
||||
"Open" : "افتح",
|
||||
"Disconnect storage" : "قطع اتصال التخزين",
|
||||
"Unshare" : "إلغاء المشاركة",
|
||||
"Could not load info for file \"{file}\"" : "لم يستطع تحميل معلومات الملف \"{file}\"",
|
||||
@@ -37,6 +38,7 @@
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
|
||||
"Could not move \"{file}\", target exists" : "لا يمكن نقل \"{file}\", الملف موجود بالفعل هناك",
|
||||
"Could not move \"{file}\"" : "لا يمكن نقل \"{file}\"",
|
||||
"copy" : "أنسخ",
|
||||
"Could not copy \"{file}\", target exists" : "لم يستطع نسخ \"{file}\"، المستهدف موجود",
|
||||
"Could not copy \"{file}\"" : "لم يستطع نسخ \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "منسوخ {origin} داخل {destination}",
|
||||
@@ -50,8 +52,8 @@
|
||||
"Could not create folder \"{dir}\" because it already exists" : "لا يمكن إنشاء المجلد \"{dir}\" فهو موجود بالفعل",
|
||||
"Error deleting file \"{fileName}\"." : "خطأ أثناء حذف الملف \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
|
||||
"Name" : "اسم",
|
||||
"Size" : "حجم",
|
||||
"Name" : "الإسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "معدل",
|
||||
"_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"],
|
||||
"_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"],
|
||||
@@ -87,19 +89,23 @@
|
||||
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
|
||||
"Unlimited" : "غير محدود",
|
||||
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
|
||||
"File Management" : "إدارة الملفات",
|
||||
"%s used" : "%s مُستخدَم",
|
||||
"Settings" : "الإعدادات",
|
||||
"Show hidden files" : "عرض الملفات المخفية",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "استخدم هذا العنوان قصد <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">الوصول إلى ملفاتك على WebDAV</a>",
|
||||
"No files in here" : "لا يوجد ملفات هنا ",
|
||||
"Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !",
|
||||
"No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
|
||||
"Select all" : "تحديد الكل ",
|
||||
"Upload too large" : "حجم الترفيع أعلى من المسموح",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
|
||||
"No favorites yet" : "ليست عندك مفضلات بعد",
|
||||
"Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ",
|
||||
"Tags" : "الوسوم",
|
||||
"Deleted files" : "الملفات المحذوفة",
|
||||
"Shares" : "التي قمتَ بمشاركتها",
|
||||
"Shared with others" : "شاركته مع الاخرين",
|
||||
"Shared by link" : "شاركته باستخدام رابط مشاركة",
|
||||
"Text file" : "ملف نصي",
|
||||
|
||||
@@ -86,7 +86,7 @@ OC.L10N.register(
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona pels usuaris que tenen accés a aquest fitxer/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Afegit a favorits",
|
||||
"Favorited" : "S'ha afegit a preferits",
|
||||
"Favorite" : "Preferits",
|
||||
"You can only favorite a single file or folder at a time" : "Només podeu afegir a preferits un únic fitxer o carpeta alhora",
|
||||
"New folder" : "Crea una carpeta",
|
||||
@@ -108,18 +108,18 @@ OC.L10N.register(
|
||||
"Moved by {user}" : "Mogut per {user}",
|
||||
"\"remote user\"" : "\"usuari remot\"",
|
||||
"You created {file}" : "Heu creat {file}",
|
||||
"You created an encrypted file in {file}" : "Heu creat un fitxer encriptat a {file}",
|
||||
"You created an encrypted file in {file}" : "Heu creat un fitxer xifrat a {file}",
|
||||
"{user} created {file}" : "{user} ha creat {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ha creat un fitxer encriptat a {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ha creat un fitxer xifrat a {file}",
|
||||
"{file} was created in a public folder" : "S'ha creat {file} a una carpeta pública",
|
||||
"You changed {file}" : "Heu modificat {file}",
|
||||
"You changed an encrypted file in {file}" : "Heu canviat un fitxer encriptat a {file}",
|
||||
"You changed an encrypted file in {file}" : "Heu canviat un fitxer xifrat a {file}",
|
||||
"{user} changed {file}" : "{user} ha modificat {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} ha canviat un fitxer encriptat a {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} ha canviat un fitxer xifrat a {file}",
|
||||
"You deleted {file}" : "Heu suprimit {file}",
|
||||
"You deleted an encrypted file in {file}" : "Heu suprimit un fitxer encriptat a {file}",
|
||||
"You deleted an encrypted file in {file}" : "Heu suprimit un fitxer xifrat a {file}",
|
||||
"{user} deleted {file}" : "{user} ha suprimit {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} ha suprimit un fitxer encriptat a {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} ha suprimit un fitxer xifrat a {file}",
|
||||
"You restored {file}" : "Heu restaurat {file}",
|
||||
"{user} restored {file}" : "{user} ha restaurat {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Heu renomenat {oldfile} a {newfile}",
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona pels usuaris que tenen accés a aquest fitxer/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Afegit a favorits",
|
||||
"Favorited" : "S'ha afegit a preferits",
|
||||
"Favorite" : "Preferits",
|
||||
"You can only favorite a single file or folder at a time" : "Només podeu afegir a preferits un únic fitxer o carpeta alhora",
|
||||
"New folder" : "Crea una carpeta",
|
||||
@@ -106,18 +106,18 @@
|
||||
"Moved by {user}" : "Mogut per {user}",
|
||||
"\"remote user\"" : "\"usuari remot\"",
|
||||
"You created {file}" : "Heu creat {file}",
|
||||
"You created an encrypted file in {file}" : "Heu creat un fitxer encriptat a {file}",
|
||||
"You created an encrypted file in {file}" : "Heu creat un fitxer xifrat a {file}",
|
||||
"{user} created {file}" : "{user} ha creat {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ha creat un fitxer encriptat a {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ha creat un fitxer xifrat a {file}",
|
||||
"{file} was created in a public folder" : "S'ha creat {file} a una carpeta pública",
|
||||
"You changed {file}" : "Heu modificat {file}",
|
||||
"You changed an encrypted file in {file}" : "Heu canviat un fitxer encriptat a {file}",
|
||||
"You changed an encrypted file in {file}" : "Heu canviat un fitxer xifrat a {file}",
|
||||
"{user} changed {file}" : "{user} ha modificat {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} ha canviat un fitxer encriptat a {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} ha canviat un fitxer xifrat a {file}",
|
||||
"You deleted {file}" : "Heu suprimit {file}",
|
||||
"You deleted an encrypted file in {file}" : "Heu suprimit un fitxer encriptat a {file}",
|
||||
"You deleted an encrypted file in {file}" : "Heu suprimit un fitxer xifrat a {file}",
|
||||
"{user} deleted {file}" : "{user} ha suprimit {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} ha suprimit un fitxer encriptat a {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} ha suprimit un fitxer xifrat a {file}",
|
||||
"You restored {file}" : "Heu restaurat {file}",
|
||||
"{user} restored {file}" : "{user} ha restaurat {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Heu renomenat {oldfile} a {newfile}",
|
||||
|
||||
@@ -14,12 +14,15 @@ OC.L10N.register(
|
||||
"Home" : "Hjem",
|
||||
"Close" : "Luk",
|
||||
"Could not create folder \"{dir}\"" : "Kunne ikke oprette mappen \"{dir}\"",
|
||||
"This will stop your current uploads." : "Dette vil stoppe din nuværende uploads.",
|
||||
"Upload cancelled." : "Upload afbrudt.",
|
||||
"Processing files …" : "Behandler filer...",
|
||||
"…" : "...",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
|
||||
"Not enough free space" : "Ikke nok fri plads",
|
||||
"An unknown error has occurred" : "En ukendt fejl er opstået",
|
||||
"Uploading …" : "Uploader ...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Target folder does not exist any more" : "Destinations mappen findes ikke længere",
|
||||
|
||||
@@ -12,12 +12,15 @@
|
||||
"Home" : "Hjem",
|
||||
"Close" : "Luk",
|
||||
"Could not create folder \"{dir}\"" : "Kunne ikke oprette mappen \"{dir}\"",
|
||||
"This will stop your current uploads." : "Dette vil stoppe din nuværende uploads.",
|
||||
"Upload cancelled." : "Upload afbrudt.",
|
||||
"Processing files …" : "Behandler filer...",
|
||||
"…" : "...",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
|
||||
"Not enough free space" : "Ikke nok fri plads",
|
||||
"An unknown error has occurred" : "En ukendt fejl er opstået",
|
||||
"Uploading …" : "Uploader ...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Target folder does not exist any more" : "Destinations mappen findes ikke længere",
|
||||
|
||||
@@ -16,13 +16,16 @@ OC.L10N.register(
|
||||
"Could not create folder \"{dir}\"" : "Αδυναμία δημιουργίας του φακέλου \"{dir}\"",
|
||||
"This will stop your current uploads." : "Αυτό θα σταματήσει τις τρέχουσες μεταφορτώσεις.",
|
||||
"Upload cancelled." : "Η αποστολή ακυρώθηκε.",
|
||||
"Processing files …" : "Γίνεται επεξεργασία των αρχείων ...",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Φάκελος προορισμού \"{dir}\" δεν υπάρχει πια",
|
||||
"Not enough free space" : "Δεν υπάρχει αρκετός ελεύθερος χώρος.",
|
||||
"An unknown error has occurred" : "Ένα άγνωστο σφάλμα προέκυψε",
|
||||
"Uploading …" : "Γίνεται μεταφόρτωση ...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} από {totalSize} ({bitrate})",
|
||||
"Uploading that item is not supported" : "Η μεταφόρτωση αυτού του αντικειμένου δεν υποστηρίζεται",
|
||||
"Target folder does not exist any more" : "Ο επιλεγμένος φάκελος δεν υπάρχει πλέον",
|
||||
"Actions" : "Ενέργειες",
|
||||
"Rename" : "Μετονομασία",
|
||||
@@ -64,6 +67,7 @@ OC.L10N.register(
|
||||
"New" : "Νέο",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός χώρος του {owner} είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν!",
|
||||
@@ -95,7 +99,9 @@ OC.L10N.register(
|
||||
"Moved by {user}" : "Μετακινήθηκε από {user}",
|
||||
"\"remote user\"" : "\"απομακρυσμένος χρήστης\"",
|
||||
"You created {file}" : "Δημιουργήσατε {file}",
|
||||
"{user} created {file}" : "{user} δημηούργησε {file}",
|
||||
"You created an encrypted file in {file}" : "Δημιουργήσατε ένα κρυπτογραφημένο αρχείο στο {file}",
|
||||
"{user} created {file}" : "{user} δημιούργησε {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} δημιούργησε ένα κρυπτογραφημένο αρχείο στο {file}",
|
||||
"{file} was created in a public folder" : "{file} δημιουργήθηκε σε δημόσιο φάκελο",
|
||||
"You changed {file}" : "Αλλάξατε {file}",
|
||||
"{user} changed {file}" : "{user} άλλαξε {file}",
|
||||
@@ -117,11 +123,13 @@ OC.L10N.register(
|
||||
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
|
||||
"File Management" : "Διαχείριση αρχείων",
|
||||
"%s of %s used" : "%s από %s σε χρήση",
|
||||
"%1$s%% of %2$s used" : "%1$s%% από %2$s σε χρήση",
|
||||
"%s used" : "%sσε χρήση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Χρησιμοποιήστε αυτή την διεύθυνση, προκειμένου να <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">έχετε πρόσβαση στα αρχεία σας μέσω WebDAV</a>",
|
||||
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"Upload some content or sync with your devices!" : "Μεταφόρτωση περιεχομένου ή συγχρονισμός με τις συσκευές σας!",
|
||||
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
|
||||
@@ -136,6 +144,7 @@ OC.L10N.register(
|
||||
"Shared with others" : "Διαμοιρασμένα με άλλους",
|
||||
"Shared with you" : "Διαμοιρασμένα με εσάς",
|
||||
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
|
||||
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
|
||||
"Text file" : "Αρχείο κειμένου",
|
||||
"New text file.txt" : "Νέο αρχείο κειμένου.txt",
|
||||
"Target folder" : "Φάκελος προορισμού",
|
||||
@@ -145,6 +154,7 @@ OC.L10N.register(
|
||||
"Save" : "Αποθήκευση",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Με PHP-FPM μπορεί να χρειαστούν μέχρι και 5 λεπτά για να ενεργοποιηθούν οι αλλαγές.",
|
||||
"Missing permissions to edit from here." : "Δεν υπάρχουν τα απαραίτητα δικαιώματα για να γίνει τροποποιήση σε αυτό το σημείο.",
|
||||
"Cancel upload" : "Ακύρωση μεταφόρτωσης"
|
||||
"Cancel upload" : "Ακύρωση μεταφόρτωσης",
|
||||
"%1$s of %2$s used" : "χρησιμοποιούνται %1$s από %2$s"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -14,13 +14,16 @@
|
||||
"Could not create folder \"{dir}\"" : "Αδυναμία δημιουργίας του φακέλου \"{dir}\"",
|
||||
"This will stop your current uploads." : "Αυτό θα σταματήσει τις τρέχουσες μεταφορτώσεις.",
|
||||
"Upload cancelled." : "Η αποστολή ακυρώθηκε.",
|
||||
"Processing files …" : "Γίνεται επεξεργασία των αρχείων ...",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Φάκελος προορισμού \"{dir}\" δεν υπάρχει πια",
|
||||
"Not enough free space" : "Δεν υπάρχει αρκετός ελεύθερος χώρος.",
|
||||
"An unknown error has occurred" : "Ένα άγνωστο σφάλμα προέκυψε",
|
||||
"Uploading …" : "Γίνεται μεταφόρτωση ...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} από {totalSize} ({bitrate})",
|
||||
"Uploading that item is not supported" : "Η μεταφόρτωση αυτού του αντικειμένου δεν υποστηρίζεται",
|
||||
"Target folder does not exist any more" : "Ο επιλεγμένος φάκελος δεν υπάρχει πλέον",
|
||||
"Actions" : "Ενέργειες",
|
||||
"Rename" : "Μετονομασία",
|
||||
@@ -62,6 +65,7 @@
|
||||
"New" : "Νέο",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός χώρος του {owner} είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν!",
|
||||
@@ -93,7 +97,9 @@
|
||||
"Moved by {user}" : "Μετακινήθηκε από {user}",
|
||||
"\"remote user\"" : "\"απομακρυσμένος χρήστης\"",
|
||||
"You created {file}" : "Δημιουργήσατε {file}",
|
||||
"{user} created {file}" : "{user} δημηούργησε {file}",
|
||||
"You created an encrypted file in {file}" : "Δημιουργήσατε ένα κρυπτογραφημένο αρχείο στο {file}",
|
||||
"{user} created {file}" : "{user} δημιούργησε {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} δημιούργησε ένα κρυπτογραφημένο αρχείο στο {file}",
|
||||
"{file} was created in a public folder" : "{file} δημιουργήθηκε σε δημόσιο φάκελο",
|
||||
"You changed {file}" : "Αλλάξατε {file}",
|
||||
"{user} changed {file}" : "{user} άλλαξε {file}",
|
||||
@@ -115,11 +121,13 @@
|
||||
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
|
||||
"File Management" : "Διαχείριση αρχείων",
|
||||
"%s of %s used" : "%s από %s σε χρήση",
|
||||
"%1$s%% of %2$s used" : "%1$s%% από %2$s σε χρήση",
|
||||
"%s used" : "%sσε χρήση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Χρησιμοποιήστε αυτή την διεύθυνση, προκειμένου να <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">έχετε πρόσβαση στα αρχεία σας μέσω WebDAV</a>",
|
||||
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"Upload some content or sync with your devices!" : "Μεταφόρτωση περιεχομένου ή συγχρονισμός με τις συσκευές σας!",
|
||||
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
|
||||
@@ -134,6 +142,7 @@
|
||||
"Shared with others" : "Διαμοιρασμένα με άλλους",
|
||||
"Shared with you" : "Διαμοιρασμένα με εσάς",
|
||||
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
|
||||
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
|
||||
"Text file" : "Αρχείο κειμένου",
|
||||
"New text file.txt" : "Νέο αρχείο κειμένου.txt",
|
||||
"Target folder" : "Φάκελος προορισμού",
|
||||
@@ -143,6 +152,7 @@
|
||||
"Save" : "Αποθήκευση",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Με PHP-FPM μπορεί να χρειαστούν μέχρι και 5 λεπτά για να ενεργοποιηθούν οι αλλαγές.",
|
||||
"Missing permissions to edit from here." : "Δεν υπάρχουν τα απαραίτητα δικαιώματα για να γίνει τροποποιήση σε αυτό το σημείο.",
|
||||
"Cancel upload" : "Ακύρωση μεταφόρτωσης"
|
||||
"Cancel upload" : "Ακύρωση μεταφόρτωσης",
|
||||
"%1$s of %2$s used" : "χρησιμοποιούνται %1$s από %2$s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -8,19 +8,28 @@ OC.L10N.register(
|
||||
"Recent" : "Reciente",
|
||||
"Favorites" : "Favoritos",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Move or copy" : "Mover o Copiar",
|
||||
"Download" : "Descargar",
|
||||
"Delete" : "Borrar",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Processing files …" : "Procesando archivos...",
|
||||
"…" : "...",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero sólo cuenta con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuenta con suficiente espacio disponible",
|
||||
"An unknown error has occurred" : "Se presentó un error desconocido",
|
||||
"Uploading …" : "Actualizando...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Target folder does not exist any more" : "La carpeta destino ya no existe",
|
||||
"Actions" : "Acciones",
|
||||
"Rename" : "Renombrar",
|
||||
"Copy" : "Copiar",
|
||||
"Choose target folder" : "Elegir carpeta destino",
|
||||
"Open" : "Abrir",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
@@ -33,6 +42,8 @@ OC.L10N.register(
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, favor de verficiar las bitácoras o contacte al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"copy" : "copiar",
|
||||
"Could not copy \"{file}\"" : "No es posible copiar \"{file}\"",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Favor de elegir un nombre diferete. ",
|
||||
@@ -69,6 +80,9 @@ OC.L10N.register(
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es favorito",
|
||||
"Remove from favorites" : "Eliminado de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
@@ -83,7 +97,9 @@ OC.L10N.register(
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Usted creó {file}",
|
||||
"You created an encrypted file in {file}" : "Se creó el archivo encriptado {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} creó el archivo encriptado {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Usted cambió {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
@@ -101,11 +117,13 @@ OC.L10N.register(
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File Management" : "Administración de Archivos",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Toggle grid view" : "Vista de cuadrícula",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
@@ -127,6 +145,7 @@ OC.L10N.register(
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. "
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"Cancel upload" : "Cancelar subida"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -6,19 +6,28 @@
|
||||
"Recent" : "Reciente",
|
||||
"Favorites" : "Favoritos",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Move or copy" : "Mover o Copiar",
|
||||
"Download" : "Descargar",
|
||||
"Delete" : "Borrar",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Processing files …" : "Procesando archivos...",
|
||||
"…" : "...",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero sólo cuenta con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuenta con suficiente espacio disponible",
|
||||
"An unknown error has occurred" : "Se presentó un error desconocido",
|
||||
"Uploading …" : "Actualizando...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Target folder does not exist any more" : "La carpeta destino ya no existe",
|
||||
"Actions" : "Acciones",
|
||||
"Rename" : "Renombrar",
|
||||
"Copy" : "Copiar",
|
||||
"Choose target folder" : "Elegir carpeta destino",
|
||||
"Open" : "Abrir",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
@@ -31,6 +40,8 @@
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, favor de verficiar las bitácoras o contacte al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"copy" : "copiar",
|
||||
"Could not copy \"{file}\"" : "No es posible copiar \"{file}\"",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Favor de elegir un nombre diferete. ",
|
||||
@@ -67,6 +78,9 @@
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es favorito",
|
||||
"Remove from favorites" : "Eliminado de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
@@ -81,7 +95,9 @@
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Usted creó {file}",
|
||||
"You created an encrypted file in {file}" : "Se creó el archivo encriptado {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} creó el archivo encriptado {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Usted cambió {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
@@ -99,11 +115,13 @@
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File Management" : "Administración de Archivos",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Toggle grid view" : "Vista de cuadrícula",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
@@ -125,6 +143,7 @@
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. "
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"Cancel upload" : "Cancelar subida"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -32,6 +32,7 @@ OC.L10N.register(
|
||||
"Rename" : "名前の変更",
|
||||
"Copy" : "コピー",
|
||||
"Choose target folder" : "ターゲットフォルダーを選択",
|
||||
"Open" : "開く",
|
||||
"Disconnect storage" : "ストレージを切断する",
|
||||
"Unshare" : "共有解除",
|
||||
"Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした",
|
||||
@@ -86,6 +87,7 @@ OC.L10N.register(
|
||||
"_%n byte_::_%n bytes_" : ["%n バイト"],
|
||||
"Favorited" : "お気に入り済",
|
||||
"Favorite" : "お気に入り",
|
||||
"You can only favorite a single file or folder at a time" : "お気に入りに追加できるファイルまたはフォルダーは一度に1つまでです",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"Upload file" : "ファイルをアップロード",
|
||||
"Not favorited" : "お気に入りではありません",
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"Rename" : "名前の変更",
|
||||
"Copy" : "コピー",
|
||||
"Choose target folder" : "ターゲットフォルダーを選択",
|
||||
"Open" : "開く",
|
||||
"Disconnect storage" : "ストレージを切断する",
|
||||
"Unshare" : "共有解除",
|
||||
"Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした",
|
||||
@@ -84,6 +85,7 @@
|
||||
"_%n byte_::_%n bytes_" : ["%n バイト"],
|
||||
"Favorited" : "お気に入り済",
|
||||
"Favorite" : "お気に入り",
|
||||
"You can only favorite a single file or folder at a time" : "お気に入りに追加できるファイルまたはフォルダーは一度に1つまでです",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"Upload file" : "ファイルをアップロード",
|
||||
"Not favorited" : "お気に入りではありません",
|
||||
|
||||
@@ -16,7 +16,7 @@ OC.L10N.register(
|
||||
"Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko \"{dir}\"",
|
||||
"This will stop your current uploads." : "Tai sustabdys vykstančius įkėlimus",
|
||||
"Upload cancelled." : "Įkėlimas atšauktas.",
|
||||
"Processing files …" : "Apdorojama...",
|
||||
"Processing files …" : "Apdorojami failai …",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai yra katalogas arba šio failo dydis yra 0 baitų",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko \"{dir}\"",
|
||||
"This will stop your current uploads." : "Tai sustabdys vykstančius įkėlimus",
|
||||
"Upload cancelled." : "Įkėlimas atšauktas.",
|
||||
"Processing files …" : "Apdorojama...",
|
||||
"Processing files …" : "Apdorojami failai …",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai yra katalogas arba šio failo dydis yra 0 baitų",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
|
||||
|
||||
@@ -16,7 +16,7 @@ OC.L10N.register(
|
||||
"Could not create folder \"{dir}\"" : "Nie można utworzyć katalogu „{dir}”",
|
||||
"This will stop your current uploads." : "Spowoduje to zatrzymanie wysyłania plików.",
|
||||
"Upload cancelled." : "Wysyłanie anulowane.",
|
||||
"Processing files …" : "Przetwarzam pliki ...",
|
||||
"Processing files …" : "Przetwarzam pliki...",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"Could not create folder \"{dir}\"" : "Nie można utworzyć katalogu „{dir}”",
|
||||
"This will stop your current uploads." : "Spowoduje to zatrzymanie wysyłania plików.",
|
||||
"Upload cancelled." : "Wysyłanie anulowane.",
|
||||
"Processing files …" : "Przetwarzam pliki ...",
|
||||
"Processing files …" : "Przetwarzam pliki...",
|
||||
"…" : "…",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
|
||||
|
||||
@@ -83,7 +83,7 @@ OC.L10N.register(
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide com '{filter}'","coincide com '{filter}'"],
|
||||
"View in folder" : "Exibir na pasta",
|
||||
"Copied!" : "Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (somente funciona para usuários que tem acesso a este arquivo/pasta)",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)",
|
||||
"Path" : "Caminho",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Favoritado",
|
||||
@@ -139,7 +139,7 @@ OC.L10N.register(
|
||||
"%1$s%% of %2$s used" : "%1$s%% de %2$s usados",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configurações",
|
||||
"Show hidden files" : "Mostrar arquivos ocultos",
|
||||
"Show hidden files" : "Exibir arquivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acessar seus arquivos via WebDAV</a>",
|
||||
"Toggle grid view" : "Alternar vista de grade",
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide com '{filter}'","coincide com '{filter}'"],
|
||||
"View in folder" : "Exibir na pasta",
|
||||
"Copied!" : "Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (somente funciona para usuários que tem acesso a este arquivo/pasta)",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)",
|
||||
"Path" : "Caminho",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Favoritado",
|
||||
@@ -137,7 +137,7 @@
|
||||
"%1$s%% of %2$s used" : "%1$s%% de %2$s usados",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configurações",
|
||||
"Show hidden files" : "Mostrar arquivos ocultos",
|
||||
"Show hidden files" : "Exibir arquivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acessar seus arquivos via WebDAV</a>",
|
||||
"Toggle grid view" : "Alternar vista de grade",
|
||||
|
||||
@@ -97,28 +97,28 @@ OC.L10N.register(
|
||||
"Renamed by {user}" : "Preimenovano od {user}",
|
||||
"Moved by {user}" : "Premaknjeno od {user}",
|
||||
"\"remote user\"" : "\"oddaljeni uporabnik\"",
|
||||
"You created {file}" : "Ustvaril(a) si {file}",
|
||||
"You created {file}" : "Ustvarite datoteko {file}",
|
||||
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
|
||||
"{user} created {file}" : "{user} ustvaril(a) {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ustvaril(a) kodirano datoteko {file}",
|
||||
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko {file}",
|
||||
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
|
||||
"You changed {file}" : "Spremenil(a) si {file}",
|
||||
"You changed an encrypted file in {file}" : "Spremenil(a) si kodirano datoteko v {file}",
|
||||
"You changed {file}" : "Spremenite datoteko {file}",
|
||||
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
||||
"{user} changed {file}" : "{user} spremenil/a {file}",
|
||||
"You deleted {file}" : "Izbrisal(a) si {file}",
|
||||
"{user} deleted {file}" : "{user} izbrisal(a) {file}",
|
||||
"You restored {file}" : "Obnovil(a) si {file}",
|
||||
"{user} restored {file}" : "{user} obnovil(a) {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Preimenoval(a) si {oldfile} v {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenoval(a) {oldfile} v {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Premaknil(a) si {oldfile} v {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} premaknil(a) {oldfile} v {newfile}",
|
||||
"You deleted {file}" : "Izbrišete datoteko {file}",
|
||||
"{user} deleted {file}" : "{user} izbriše datoteko {file}",
|
||||
"You restored {file}" : "Obnovite datoteko {file}",
|
||||
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Preimenujete {oldfile} v {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje {oldfile} v {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Premaknete {oldfile} v {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} premakne {oldfile} v {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je <strong>ustvarjena</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih </strong> datotek <em>(omogoči pretok)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
||||
"Unlimited" : "Neomejeno",
|
||||
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
||||
"%s of %s used" : "%s od %s uporabljeno",
|
||||
|
||||
@@ -95,28 +95,28 @@
|
||||
"Renamed by {user}" : "Preimenovano od {user}",
|
||||
"Moved by {user}" : "Premaknjeno od {user}",
|
||||
"\"remote user\"" : "\"oddaljeni uporabnik\"",
|
||||
"You created {file}" : "Ustvaril(a) si {file}",
|
||||
"You created {file}" : "Ustvarite datoteko {file}",
|
||||
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
|
||||
"{user} created {file}" : "{user} ustvaril(a) {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ustvaril(a) kodirano datoteko {file}",
|
||||
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko {file}",
|
||||
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
|
||||
"You changed {file}" : "Spremenil(a) si {file}",
|
||||
"You changed an encrypted file in {file}" : "Spremenil(a) si kodirano datoteko v {file}",
|
||||
"You changed {file}" : "Spremenite datoteko {file}",
|
||||
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
||||
"{user} changed {file}" : "{user} spremenil/a {file}",
|
||||
"You deleted {file}" : "Izbrisal(a) si {file}",
|
||||
"{user} deleted {file}" : "{user} izbrisal(a) {file}",
|
||||
"You restored {file}" : "Obnovil(a) si {file}",
|
||||
"{user} restored {file}" : "{user} obnovil(a) {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Preimenoval(a) si {oldfile} v {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenoval(a) {oldfile} v {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Premaknil(a) si {oldfile} v {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} premaknil(a) {oldfile} v {newfile}",
|
||||
"You deleted {file}" : "Izbrišete datoteko {file}",
|
||||
"{user} deleted {file}" : "{user} izbriše datoteko {file}",
|
||||
"You restored {file}" : "Obnovite datoteko {file}",
|
||||
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Preimenujete {oldfile} v {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje {oldfile} v {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Premaknete {oldfile} v {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} premakne {oldfile} v {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je <strong>ustvarjena</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih </strong> datotek <em>(omogoči pretok)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
||||
"Unlimited" : "Neomejeno",
|
||||
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
||||
"%s of %s used" : "%s od %s uporabljeno",
|
||||
|
||||
@@ -45,7 +45,7 @@ OC.L10N.register(
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören",
|
||||
"Could not move \"{file}\", target exists" : "Kunde inte flytta \"{file}\", filen existerar redan",
|
||||
"Could not move \"{file}\"" : "Kunde inte flytta \"{file}\"",
|
||||
"copy" : "kopiera",
|
||||
"copy" : "kopia",
|
||||
"Could not copy \"{file}\", target exists" : "Kunde inte kopiera \"{file}\", filen existerar redan",
|
||||
"Could not copy \"{file}\"" : "Kunde inte kopiera \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}",
|
||||
@@ -159,7 +159,7 @@ OC.L10N.register(
|
||||
"Shared by link" : "Delad via länk",
|
||||
"Deleted shares" : "Raderade delningar",
|
||||
"Text file" : "Textfil",
|
||||
"New text file.txt" : "nytextfil.txt",
|
||||
"New text file.txt" : "Ny textfil.txt",
|
||||
"Target folder" : "Målmapp",
|
||||
"File handling" : "Filhantering",
|
||||
"Maximum upload size" : "Största storlek att ladda upp",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören",
|
||||
"Could not move \"{file}\", target exists" : "Kunde inte flytta \"{file}\", filen existerar redan",
|
||||
"Could not move \"{file}\"" : "Kunde inte flytta \"{file}\"",
|
||||
"copy" : "kopiera",
|
||||
"copy" : "kopia",
|
||||
"Could not copy \"{file}\", target exists" : "Kunde inte kopiera \"{file}\", filen existerar redan",
|
||||
"Could not copy \"{file}\"" : "Kunde inte kopiera \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}",
|
||||
@@ -157,7 +157,7 @@
|
||||
"Shared by link" : "Delad via länk",
|
||||
"Deleted shares" : "Raderade delningar",
|
||||
"Text file" : "Textfil",
|
||||
"New text file.txt" : "nytextfil.txt",
|
||||
"New text file.txt" : "Ny textfil.txt",
|
||||
"Target folder" : "Målmapp",
|
||||
"File handling" : "Filhantering",
|
||||
"Maximum upload size" : "Största storlek att ladda upp",
|
||||
|
||||
@@ -136,7 +136,7 @@ OC.L10N.register(
|
||||
"Upload (max. %s)" : "上传 (最大 %s)",
|
||||
"File Management" : "文件管理",
|
||||
"%s of %s used" : "%s 已使用 (共 %s)",
|
||||
"%1$s%% of %2$s used" : "%1$s %2$s 中 %% 已使用",
|
||||
"%1$s%% of %2$s used" : "%2$s 中%1$s %% 已使用",
|
||||
"%s used" : "%s 已使用",
|
||||
"Settings" : "设置",
|
||||
"Show hidden files" : "显示隐藏文件",
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"Upload (max. %s)" : "上传 (最大 %s)",
|
||||
"File Management" : "文件管理",
|
||||
"%s of %s used" : "%s 已使用 (共 %s)",
|
||||
"%1$s%% of %2$s used" : "%1$s %2$s 中 %% 已使用",
|
||||
"%1$s%% of %2$s used" : "%2$s 中%1$s %% 已使用",
|
||||
"%s used" : "%s 已使用",
|
||||
"Settings" : "设置",
|
||||
"Show hidden files" : "显示隐藏文件",
|
||||
|
||||
@@ -62,7 +62,7 @@ OC.L10N.register(
|
||||
"App secret" : "アプリシークレット",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "クライアントID",
|
||||
"Client secret" : "クライアント秘密キー",
|
||||
"Client secret" : "クライアント秘密鍵",
|
||||
"OpenStack v2" : "OpenStack v2",
|
||||
"Tenant name" : "テナント名",
|
||||
"Identity endpoint URL" : "認証エンドポイントURL",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user