aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-07-24 00:20:01 +0000
committerNextcloud bot <bot@nextcloud.com>2024-07-24 00:20:01 +0000
commit06fb25b6a2220b6b2402e16c034c0f83e5c980ee (patch)
tree0cd88b00eb3d79e3b249e4907152ad3d64d0026a /apps/settings
parentbc0a335492b4169525c5825f06f2890603628092 (diff)
downloadnextcloud-server-06fb25b6a2220b6b2402e16c034c0f83e5c980ee.tar.gz
nextcloud-server-06fb25b6a2220b6b2402e16c034c0f83e5c980ee.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/de_DE.js5
-rw-r--r--apps/settings/l10n/de_DE.json5
-rw-r--r--apps/settings/l10n/en_GB.js5
-rw-r--r--apps/settings/l10n/en_GB.json5
-rw-r--r--apps/settings/l10n/ga.js5
-rw-r--r--apps/settings/l10n/ga.json5
-rw-r--r--apps/settings/l10n/gl.js5
-rw-r--r--apps/settings/l10n/gl.json5
-rw-r--r--apps/settings/l10n/ko.js8
-rw-r--r--apps/settings/l10n/ko.json8
-rw-r--r--apps/settings/l10n/nb.js5
-rw-r--r--apps/settings/l10n/nb.json5
-rw-r--r--apps/settings/l10n/pt_BR.js5
-rw-r--r--apps/settings/l10n/pt_BR.json5
-rw-r--r--apps/settings/l10n/sl.js67
-rw-r--r--apps/settings/l10n/sl.json67
-rw-r--r--apps/settings/l10n/zh_TW.js5
-rw-r--r--apps/settings/l10n/zh_TW.json5
18 files changed, 210 insertions, 10 deletions
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js
index 40615c505c5..14957c788c8 100644
--- a/apps/settings/l10n/de_DE.js
+++ b/apps/settings/l10n/de_DE.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Hintergrund-Aufgaben",
"Unlimited" : "Unbegrenzt",
"Verifying" : "Überprüfe",
+ "Allowed admin IP ranges" : "Zulässige Administrations-IP-Bereiche",
+ "Admin IP filtering isn’t applied." : "Administrations-IP-Filterung ist nicht aktiv.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Der Konfigurationsschlüssel \"%1$s\" erwartet ein Array (%2$s gefunden). Die Validierung des Administrations-IP-Bereichs wird nicht angewendet.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurationsschlüssel \"%1$s\" enthält ungültige IP-Bereiche: \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Administrations-IP-Filterung ist richtig konfiguriert.",
"App directories owner" : "Besitzer der App-Ordner",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s",
"App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzer \"%s\"",
diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json
index bfcfe130b4d..3567c9a6818 100644
--- a/apps/settings/l10n/de_DE.json
+++ b/apps/settings/l10n/de_DE.json
@@ -123,6 +123,11 @@
"Background jobs" : "Hintergrund-Aufgaben",
"Unlimited" : "Unbegrenzt",
"Verifying" : "Überprüfe",
+ "Allowed admin IP ranges" : "Zulässige Administrations-IP-Bereiche",
+ "Admin IP filtering isn’t applied." : "Administrations-IP-Filterung ist nicht aktiv.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Der Konfigurationsschlüssel \"%1$s\" erwartet ein Array (%2$s gefunden). Die Validierung des Administrations-IP-Bereichs wird nicht angewendet.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurationsschlüssel \"%1$s\" enthält ungültige IP-Bereiche: \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Administrations-IP-Filterung ist richtig konfiguriert.",
"App directories owner" : "Besitzer der App-Ordner",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s",
"App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzer \"%s\"",
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index 0ec41dae2ed..e9698b7b284 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Background jobs",
"Unlimited" : "Unlimited",
"Verifying" : "Verifying",
+ "Allowed admin IP ranges" : "Allowed admin IP ranges",
+ "Admin IP filtering isn’t applied." : "Admin IP filtering isn’t applied.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Admin IP filtering is correctly configured.",
"App directories owner" : "App directories owner",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s",
"App directories have the correct owner \"%s\"" : "App directories have the correct owner \"%s\"",
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index 4c54c2f549a..a38b1acd9e4 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -123,6 +123,11 @@
"Background jobs" : "Background jobs",
"Unlimited" : "Unlimited",
"Verifying" : "Verifying",
+ "Allowed admin IP ranges" : "Allowed admin IP ranges",
+ "Admin IP filtering isn’t applied." : "Admin IP filtering isn’t applied.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Admin IP filtering is correctly configured.",
"App directories owner" : "App directories owner",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s",
"App directories have the correct owner \"%s\"" : "App directories have the correct owner \"%s\"",
diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js
index 52bff4c714b..764d1ab0ebf 100644
--- a/apps/settings/l10n/ga.js
+++ b/apps/settings/l10n/ga.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Cúlra poist",
"Unlimited" : "Gan teorainn",
"Verifying" : "Ag fíorú",
+ "Allowed admin IP ranges" : "Raonta IP riaracháin ceadaithe",
+ "Admin IP filtering isn’t applied." : "Ní chuirtear scagadh IP riaracháin i bhfeidhm.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Tá eochair chumraíochta \"%1$s\" ag súil le sraith (fuarthas %2$s). Ní chuirfear bailíochtú raoin IP riaracháin i bhfeidhm.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Tá raon(í) IP neamhbhailí san eochair chumraíochta \"%1$s\":\"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Tá an scagadh IP Riaracháin cumraithe i gceart.",
"App directories owner" : "Úinéir eolairí app",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Tá roinnt eolairí app faoi úinéireacht úsáideoir eile seachas an ceann freastalaí gréasáin. B'fhéidir gurb é seo an cás má tá apps suiteáilte de láimh. Seiceáil ceadanna na n-eolairí feidhmchlár seo a leanas:\n%s",
"App directories have the correct owner \"%s\"" : "Tá an t-úinéir ceart ag eolairí feidhmchlár \"%s\"",
diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json
index 3a690145434..3a42dfd8350 100644
--- a/apps/settings/l10n/ga.json
+++ b/apps/settings/l10n/ga.json
@@ -123,6 +123,11 @@
"Background jobs" : "Cúlra poist",
"Unlimited" : "Gan teorainn",
"Verifying" : "Ag fíorú",
+ "Allowed admin IP ranges" : "Raonta IP riaracháin ceadaithe",
+ "Admin IP filtering isn’t applied." : "Ní chuirtear scagadh IP riaracháin i bhfeidhm.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Tá eochair chumraíochta \"%1$s\" ag súil le sraith (fuarthas %2$s). Ní chuirfear bailíochtú raoin IP riaracháin i bhfeidhm.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Tá raon(í) IP neamhbhailí san eochair chumraíochta \"%1$s\":\"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Tá an scagadh IP Riaracháin cumraithe i gceart.",
"App directories owner" : "Úinéir eolairí app",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Tá roinnt eolairí app faoi úinéireacht úsáideoir eile seachas an ceann freastalaí gréasáin. B'fhéidir gurb é seo an cás má tá apps suiteáilte de láimh. Seiceáil ceadanna na n-eolairí feidhmchlár seo a leanas:\n%s",
"App directories have the correct owner \"%s\"" : "Tá an t-úinéir ceart ag eolairí feidhmchlár \"%s\"",
diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js
index c183c4b35d7..6ef47fd7e9c 100644
--- a/apps/settings/l10n/gl.js
+++ b/apps/settings/l10n/gl.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Traballos en segundo plano",
"Unlimited" : "Sen límites",
"Verifying" : "Verificando",
+ "Allowed admin IP ranges" : "Intervalos de IP de administración permitidos",
+ "Admin IP filtering isn’t applied." : "Non se aplica o filtrado de IP de administración.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "A clave de configuración «%1$s» agarda unha matriz (atopouse %2$s). Non se aplicará a validación do intervalo de IP de administración.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "A clave de configuración «%1$s» contén intervalos de IP non válidos: «%2$s»",
+ "Admin IP filtering is correctly configured." : "O filtrado de IP de administración está configurado correctamente.",
"App directories owner" : "Propietario dos directorios da aplicación",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:\n%s",
"App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto «%s»",
diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json
index 547bc392a19..cb10637539f 100644
--- a/apps/settings/l10n/gl.json
+++ b/apps/settings/l10n/gl.json
@@ -123,6 +123,11 @@
"Background jobs" : "Traballos en segundo plano",
"Unlimited" : "Sen límites",
"Verifying" : "Verificando",
+ "Allowed admin IP ranges" : "Intervalos de IP de administración permitidos",
+ "Admin IP filtering isn’t applied." : "Non se aplica o filtrado de IP de administración.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "A clave de configuración «%1$s» agarda unha matriz (atopouse %2$s). Non se aplicará a validación do intervalo de IP de administración.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "A clave de configuración «%1$s» contén intervalos de IP non válidos: «%2$s»",
+ "Admin IP filtering is correctly configured." : "O filtrado de IP de administración está configurado correctamente.",
"App directories owner" : "Propietario dos directorios da aplicación",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:\n%s",
"App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto «%s»",
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js
index 33263ac6a9a..570132474e8 100644
--- a/apps/settings/l10n/ko.js
+++ b/apps/settings/l10n/ko.js
@@ -333,7 +333,7 @@ OC.L10N.register(
"Results from other categories" : "다른 카테고리로부터의 결과",
"No apps found for your version" : "설치된 버전에 대한 앱 없음",
"Disable all" : "전체 비활성화",
- "Download and enable all" : "다운로드 및 모두 활성화",
+ "Download and enable all" : "모두 다운로드 및 사용",
"_%n app has an update available_::_%n apps have an update available_" : ["%n개의 앱을 업데이트 할 수 있습니다."],
"_Update_::_Update all_" : ["모두 업데이트"],
"Nothing to show" : "표시할 항목 없음",
@@ -618,8 +618,8 @@ OC.L10N.register(
"Show to everyone" : "전체 공개",
"Show to logged in accounts only" : "로그인된 계정에 공개",
"Hide" : "비공개",
- "Download and enable" : "다운로드 및 활성화",
- "Allow untested app" : "미시험 앱 허용",
+ "Download and enable" : "다운로드 및 사용",
+ "Allow untested app" : "확인되지 않은 앱 허용",
"The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.",
"Never" : "하지 않음",
@@ -768,7 +768,7 @@ OC.L10N.register(
"Twitter" : "트위터",
"Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "계정에서 연합이 비활성화되어 현재 사용할 수 없는 상태입니다. 시스템 관리자에게 문의하십시오",
"Show to logged in users only" : "로그인된 사용자에게 공개",
- "Enable untested app" : "미시험 앱 활성화",
+ "Enable untested app" : "확인되지 않은 앱 사용",
"SMTP Username" : "SMTP 사용자 이름",
"Expire after" : "다음 날짜 후 만료",
"day(s)" : "일",
diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json
index ea0666e6a0a..e19bb330740 100644
--- a/apps/settings/l10n/ko.json
+++ b/apps/settings/l10n/ko.json
@@ -331,7 +331,7 @@
"Results from other categories" : "다른 카테고리로부터의 결과",
"No apps found for your version" : "설치된 버전에 대한 앱 없음",
"Disable all" : "전체 비활성화",
- "Download and enable all" : "다운로드 및 모두 활성화",
+ "Download and enable all" : "모두 다운로드 및 사용",
"_%n app has an update available_::_%n apps have an update available_" : ["%n개의 앱을 업데이트 할 수 있습니다."],
"_Update_::_Update all_" : ["모두 업데이트"],
"Nothing to show" : "표시할 항목 없음",
@@ -616,8 +616,8 @@
"Show to everyone" : "전체 공개",
"Show to logged in accounts only" : "로그인된 계정에 공개",
"Hide" : "비공개",
- "Download and enable" : "다운로드 및 활성화",
- "Allow untested app" : "미시험 앱 허용",
+ "Download and enable" : "다운로드 및 사용",
+ "Allow untested app" : "확인되지 않은 앱 허용",
"The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.",
"Never" : "하지 않음",
@@ -766,7 +766,7 @@
"Twitter" : "트위터",
"Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "계정에서 연합이 비활성화되어 현재 사용할 수 없는 상태입니다. 시스템 관리자에게 문의하십시오",
"Show to logged in users only" : "로그인된 사용자에게 공개",
- "Enable untested app" : "미시험 앱 활성화",
+ "Enable untested app" : "확인되지 않은 앱 사용",
"SMTP Username" : "SMTP 사용자 이름",
"Expire after" : "다음 날짜 후 만료",
"day(s)" : "일",
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js
index 19e6752d6dc..e2830c99f10 100644
--- a/apps/settings/l10n/nb.js
+++ b/apps/settings/l10n/nb.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Bakgrunnsjobber",
"Unlimited" : "Ubegrenset",
"Verifying" : "Verifiserer",
+ "Allowed admin IP ranges" : "Tillatte IP-områder for administrator",
+ "Admin IP filtering isn’t applied." : "IP-filtrering for administratorer anvendes ikke.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Konfigurasjonsnøkkel \"%1$s\" forventer en nøkkel (%2$s funnet). Validering av IP-området for administrator blir ikke anvendt.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurasjonsnøkkel \"%1$s\" inneholder ugyldig(e) IP-område(r): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Administrator IP-filtrering er riktig konfigurert.",
"App directories owner" : "Eier av appkataloger",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Enkelte mapper er eid av annen bruker enn den webserveren kjører som. Dette kan kan oppstå hvis apper er installert manuelt. Sjekk eierskap og tillatelser på følgende appkataloger:\n%s",
"App directories have the correct owner \"%s\"" : "Appkataloger har riktig eier \"%s\"",
diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json
index 5c27cedede2..685c6cc9725 100644
--- a/apps/settings/l10n/nb.json
+++ b/apps/settings/l10n/nb.json
@@ -123,6 +123,11 @@
"Background jobs" : "Bakgrunnsjobber",
"Unlimited" : "Ubegrenset",
"Verifying" : "Verifiserer",
+ "Allowed admin IP ranges" : "Tillatte IP-områder for administrator",
+ "Admin IP filtering isn’t applied." : "IP-filtrering for administratorer anvendes ikke.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Konfigurasjonsnøkkel \"%1$s\" forventer en nøkkel (%2$s funnet). Validering av IP-området for administrator blir ikke anvendt.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurasjonsnøkkel \"%1$s\" inneholder ugyldig(e) IP-område(r): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "Administrator IP-filtrering er riktig konfigurert.",
"App directories owner" : "Eier av appkataloger",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Enkelte mapper er eid av annen bruker enn den webserveren kjører som. Dette kan kan oppstå hvis apper er installert manuelt. Sjekk eierskap og tillatelser på følgende appkataloger:\n%s",
"App directories have the correct owner \"%s\"" : "Appkataloger har riktig eier \"%s\"",
diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js
index 38ee420073c..474fc083472 100644
--- a/apps/settings/l10n/pt_BR.js
+++ b/apps/settings/l10n/pt_BR.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "Tarefas em segundo plano",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
+ "Allowed admin IP ranges" : "Intervalos de IP de administrador permitidos",
+ "Admin IP filtering isn’t applied." : "A filtragem de IP do administrador não é aplicada.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "A chave de configuração \"%1$s\" espera um array (%2$s encontrado). A validação do intervalo de IP do administrador não será aplicada.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "A chave de configuração \"%1$s\" contém intervalos de IP inválido(s): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "A filtragem de IP do administrador está configurada corretamente.",
"App directories owner" : "Proprietário de diretórios de aplicativos",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Alguns diretórios de aplicativos pertencem a um usuário diferente do servidor web. Este pode ser o caso se os aplicativos tiverem sido instalados manualmente. Verifique as permissões dos seguintes diretórios de aplicativos: \n%s",
"App directories have the correct owner \"%s\"" : "Os diretórios de aplicativos têm o proprietário correto \"%s\"",
diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json
index 1e5d2279c6d..2459fb9fdfc 100644
--- a/apps/settings/l10n/pt_BR.json
+++ b/apps/settings/l10n/pt_BR.json
@@ -123,6 +123,11 @@
"Background jobs" : "Tarefas em segundo plano",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
+ "Allowed admin IP ranges" : "Intervalos de IP de administrador permitidos",
+ "Admin IP filtering isn’t applied." : "A filtragem de IP do administrador não é aplicada.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "A chave de configuração \"%1$s\" espera um array (%2$s encontrado). A validação do intervalo de IP do administrador não será aplicada.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "A chave de configuração \"%1$s\" contém intervalos de IP inválido(s): \"%2$s\"",
+ "Admin IP filtering is correctly configured." : "A filtragem de IP do administrador está configurada corretamente.",
"App directories owner" : "Proprietário de diretórios de aplicativos",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Alguns diretórios de aplicativos pertencem a um usuário diferente do servidor web. Este pode ser o caso se os aplicativos tiverem sido instalados manualmente. Verifique as permissões dos seguintes diretórios de aplicativos: \n%s",
"App directories have the correct owner \"%s\"" : "Os diretórios de aplicativos têm o proprietário correto \"%s\"",
diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js
index a17dca5a7f9..dbcef3323aa 100644
--- a/apps/settings/l10n/sl.js
+++ b/apps/settings/l10n/sl.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Authentication error" : "Napaka overjanja",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški računi izgubljeni.",
"Wrong admin recovery password. Please check the password and try again." : "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "Ozadnji program ne podpira spreminjanja gesla, je pa uspešno posodobljen šifrirni ključ računa.",
"Administrator documentation" : "Skrbniška dokumentacija",
"User documentation" : "Uporabniška dokumentacija",
"Nextcloud help overview" : "Pregled pomoči Nextcloud",
@@ -99,9 +100,11 @@ OC.L10N.register(
"Welcome aboard" : "Dobrodošli",
"Welcome aboard %s" : "Dobrodošli %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Omogočen je vaš dostop do oblaka %s, v katerega lahko varno dodate podatke in jih posredujete v souporabo.",
+ "Your Login is: %s" : "Dodeljeno prijavno ime je: %s",
"Set your password" : "Določitev gesla",
"Go to %s" : "Odpri oblak %s",
"Install Client" : "Namesti odjemalca",
+ "Logged in account must be a subadmin" : "Račun prijave mora imeti dovoljenja podpornega skrbnika",
"Apps" : "Programi",
"Personal" : "Osebno",
"Administration" : "Skrbništvo",
@@ -122,18 +125,41 @@ OC.L10N.register(
"Background jobs" : "Opravila v ozadju",
"Unlimited" : "Neomejeno",
"Verifying" : "Preverjanje",
+ "Allowed admin IP ranges" : "Dovoljeni skrbniški obsegi naslovov IP",
+ "Admin IP filtering isn’t applied." : "Skrbniško filtriranje naslovov IP ni uveljavljeno.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Nastavitveni ključ »%1$s« zahteva podatkovno polje (zaznano je %2$s). Skrbniško preverjanje obsega naslovov IP ne bo uveljavljeno.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Nastavitveni ključ »%1$s« vsebuje neveljaven obseg naslovov IP: »%2$s«",
+ "Admin IP filtering is correctly configured." : "Skrbniško filtriranje naslovov IP je nastavljeno pravilno.",
+ "App directories owner" : "Lastnik programskih map",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Nekatere mape programov imajo lastništvo določeno na uporabnika, ki ni spletni strežniški uporabnik. To se lahko zgodi, če so programi nameščeni ročno. Preveriti je treba dovoljenja map:\n%s",
+ "App directories have the correct owner \"%s\"" : "Programske mape imajo določenega pravilnega lastnika »%s«.",
"Brute-force Throttle" : "Zaščita pred vdorom z grobo silo",
"Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Oddaljeni naslov je bil prepoznan kot »%s« in je trenutno zaščiten pred vdorom z grobo silo, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen.",
"Your remote address \"%s\" is not brute-force throttled." : "Oddaljeni naslov »%s« ni omejen z zaščito pred vdorom z grobo silo.",
+ "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Če želite omogočiti izvajanje tega preverjanja, je treba zagotoviti, da se spletni strežnik lahko poveže sam s seboj. Zato mora biti nastavljen za povezovanje z vsaj eno od določenih »varnih domen« (trusted_domains) ali naslovov za prepis »vmesnika ukazne vrstice« (overwrite.cli.url). Spodletelo preverjanje je lahko posledica neujemanja imen DNS na strani strežnika oziroma pravila požarnega zidu.",
+ "Old administration imported certificates" : "Uvožena stara uporabniška potrdila",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj skrbniško uvožena potrdila SSL. Nastavitve preverite kasneje.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom »occ security:certificates:import«. Zabeležene poti v podatkovnem imeniku so izpisane spodaj.",
+ "Code integrity" : "Celovitost kode",
+ "Integrity checker has been disabled. Integrity cannot be verified." : "Preverjalnik celovitosti kode je onemogočen, zato podatkov ni mogoče preveriti.",
+ "No altered files" : "Ni spremenjenih datotek",
+ "Some files have not passed the integrity check. {link1} {link2}" : "Nekatere datoteke niso prestale preverjanja celovitosti. {link1} {link2}",
"Cron errors" : "Napake Cron",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Ni mogoče izvesti opravila cron v vmesniku ukazne vrstice. Pojavile so se tehnične napake:\n%s",
+ "The last cron job ran without errors." : "Zadnja opravila cron so bila izvedena brez napak.",
"Cron last run" : "Zadnji zagon sistema cron",
+ "Last background job execution ran %s. Something seems wrong. {link}." : "Zadnje opravilo v ozadju je bilo izvedeno %s. Kaže, da je z izvajanje nekaj narobe. {link}.",
+ "Last background job execution ran %s." : "Zadnje opravilo v ozadju je bilo izvedeno %s.",
+ "Data directory protected" : "Podatkovna mapa je zaščitena.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
+ "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Ni mogoče preveriti, ali je podatkovna mapa zaščitena. Da je dostop do podatkovne mape onemogočen, bo treba preveriti ročno.",
"Database missing columns" : "Podatkovni zbirki manjkajo stolpci",
"Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%s«.",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
"Database missing indices" : "Podatkovni zbirki manjkajo kazala",
"Missing indices:" : "Manjkajoča kazala:",
+ "\"%s\" in table \"%s\"" : "»%s« v razpredelnici »%s«",
"Database missing primary keys" : "Podatkovni zbirki manjkajo osnovni ključi",
"Missing primary key on table \"%s\"." : "Manjka osnovni ključ v razpredelnici »%s«.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.",
@@ -155,17 +181,23 @@ OC.L10N.register(
"Your IP address was resolved as %s" : "Naslov IP je bil razrešen kot %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa je v okolje Nextcloud omogočen dostop prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja.",
"HTTPS access and URLs" : "Dostop HTTPS in naslovi URL",
+ "Accessing site insecurely via HTTP." : "Povezava je vzpostavljena z nepreverjenim protokolom HTTP.",
"Internet connectivity" : "Internetna povezljivost",
"Internet connectivity is disabled in configuration file." : "Internetna povezljivost je v nastavitveni datoteki onemogočena.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, ni mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
+ "JavaScript modules support" : "Podpora za module JavaScript",
"Old server-side-encryption" : "Staro strežniško šifriranje",
"Disabled" : "Onemogočeno",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Star način strežniškega šifriranja je še vedno omogočen. Priporočljivo je možnost izklopiti.",
"Memcache" : "Memcache",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ni nastavljenega predpomnilnika. Za povečanje zmogljivosti je priporočljivo nastaviti vrednosti memcache, če je ta na voljo.",
"Configured" : "Nastavljeno",
+ "MySQL Unicode support" : "Podpora za unikod MySQL",
+ "You are not using MySQL" : "Podatkovna zbirka MySQL ni v uporabi.",
+ "Overwrite CLI URL" : "Prepiši naslov URL vmesnika ukazne vrstice",
"PHP default charset" : "Privzeti znakovni nabor PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Nastavitvena možnost znakovnega nabora PHP »default_charset« mora biti UTF-8",
+ "PHP set_time_limit" : "Možnost PHP set_time_limit",
"The function is available." : "Zmožnost je na voljo",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP »set_time_limit« ni na voljo. To lahko povzroči nepričakovano zaustavitev skriptnih ukazov med izvajanjem, kar lahko povzroči sesutje namestitve. To možnost je priporočeno omogočiti.",
"Freetype" : "Freetype",
@@ -185,6 +217,9 @@ OC.L10N.register(
"You are currently running PHP %s." : "Trenutno je v uporabi različica PHP %s.",
"PHP \"output_buffering\" option" : "MOžnost PHP »output_buffering«",
"PHP configuration option \"output_buffering\" must be disabled" : "Nastavitvena možnost PHP »output_buffering« mora biti onemogočena.",
+ "Push service" : "Potisne storitve",
+ "Valid enterprise license" : "Veljavno poslovno dovoljenje",
+ "Free push service" : "Proste potisne storitve",
"Random generator" : "Ustvarjalnik naključnih vrednosti",
"Secure" : "Varno",
"Configuration file access rights" : "Dovoljenja dostopa do nastavitvene datoteke",
@@ -204,7 +239,10 @@ OC.L10N.register(
"Architecture" : "Arhitektura",
"64-bit" : "64-bitni",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Kaže, da je v uporabi 32-bitna različica PHP. Okolje Nextcloud zahteva za odzivno delovanje 64-bitno različico. Priporočljivo je nadgraditi operacijski sistem in PHP na zahtevano raven!",
+ "Temporary space available" : "Razpoložljivost začasnega prostora",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
+ ".well-known URLs" : "Naslovi .well-known URL",
+ "WOFF2 file loading" : "Nalaganje datotek WOFF2",
"Profile information" : "Podrobnosti profila",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Slika profila, polno ime, elektronski naslov, telefonska številka, naslov, spletna stran, račun Twitter, ustanova, vloga, naslov, biografija in ali je profil omogočen.",
"Nextcloud settings" : "Nastavitve Nextcloud",
@@ -277,6 +315,8 @@ OC.L10N.register(
"_%n app has an update available_::_%n apps have an update available_" : ["Na voljo je posodobitev za %n program.","Na voljo sta posodobitvi za %n programa.","Na voljo so posodobitve za %n programe.","Na voljo so posodobitve za %n programov."],
"_Update_::_Update all_" : ["Posodobi","Posodobi","Posodobi","Posodobi vse"],
"Loading" : "Poteka nalaganje ...",
+ "Could not render element" : "Predmeta ni mogoče izrisati",
+ "{index} of {total}" : "{index} od {total}",
"Description" : "Opis",
"Details" : "Podrobnosti",
"All" : "Vsi",
@@ -286,6 +326,7 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcoud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerazrešenih odvisnosti:",
+ "Latest updated" : "Nazadnje posodobljeno",
"Author" : "Avtor",
"Categories" : "Kategorije",
"Resources" : "Viri",
@@ -294,6 +335,7 @@ OC.L10N.register(
"Report a bug" : "Pošlji poročilo o hrošču",
"Request feature" : "Predlagaj zmožnost",
"Ask questions or discuss" : "Vključi se v pogovor",
+ "Rate the app" : "Oceni program",
"Rate" : "Oceni",
"View in store" : "Pokaži v trgovini",
"Visit website" : "Odpri spletno stran",
@@ -301,6 +343,8 @@ OC.L10N.register(
"Developer documentation" : "Dokumentacija za razvijalce",
"Changelog" : "Dnevnik sprememb",
"Device name" : "Ime naprave",
+ "Cancel renaming" : "Prekliči preimenovanje",
+ "Save new name" : "Shrani novo ime",
"Marked for remote wipe" : "Označeno za oddaljeno varnostno brisanje",
"Device settings" : "Nastavitve naprave",
"Allow filesystem access" : "Dovoli dostop do datotečnega sistema",
@@ -313,7 +357,10 @@ OC.L10N.register(
"{productName} Android app" : "{productName} za Android",
"{productName} Talk for iOS" : "{productName} Talk za iOS",
"{productName} Talk for Android" : "{productName} Talk za Android",
+ "Sync client" : "Odjemalec za usklajevanje",
"This session" : "Ta seja",
+ "{client} - {version} ({system})" : "{client} – {version} ({system})",
+ "{client} - {version}" : "{client} – {version}",
"Device" : "Naprava",
"Last activity" : "Zadnja dejavnost",
"Devices & sessions" : "Naprave in seje",
@@ -321,6 +368,8 @@ OC.L10N.register(
"App name" : "Ime programa",
"Create new app password" : "Ustvari novo geslo programa",
"Error while creating device token" : " Napaka med ustvarjanjem žetona naprave",
+ "New app password" : "Nogo geslo programa",
+ "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Uporabite poverila za nastavljanje programa ali naprave. Iz varnostnih razlogov bo geslo prikazano le enkrat.",
"Login" : "Prijava",
"Password" : "Geslo",
"Show QR code for mobile apps" : "Pokaži kodo QR za mobilne programe",
@@ -329,19 +378,25 @@ OC.L10N.register(
"Login name copied!" : "Prijavno ime je kopirano!",
"Copy login name" : "Kopiraj prijavno ime",
"Could not copy app password. Please copy it manually." : "Gesla programa ni mogoče kopirati. Storite to ročno.",
+ "Could not copy login name. Please copy it manually." : "Uporabniškega imena ni mogoče kopirati. Storite to ročno.",
"For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Za najboljše delovanje strežnika je pomembna ustrezna nastavitev opravil v ozadju. Pri večjih namestitvah je priporočljiva nastavitev »Cron«. Več podrobnosti je zapisanih v dokumentaciji.",
"Last job execution ran {time}. Something seems wrong." : "Zadnji poskus izvedbe je bil izveden {time}. Kaže, da je šlo nekaj narobe.",
"Last job ran {relativeTime}." : "Osvežitev je bila nazadnje izvedena {relativeTime}.",
"Background job did not run yet!" : "Posel v ozadju še ni zagnan!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Z vsako naloženo stranjo se izvede ena naloga. Možnost je priporočljivo uporabiti le za okolje z enim računom.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "Osveževanje z datoteko cron.php omogoča storitev webcron in sicer vsakih 5 minut po protokolu HTTP. Možnost je uporabna za manjše število uporabnikov (1–5 računov in odvisno od načina rabe).",
"Cron (Recommended)" : "Cron (priporočeno)",
"Use system cron service to call the cron.php file every 5 minutes." : "Uporabljena je sistemska storitev »cron«, ki vzpostavi povezavo z datoteko cron.php vsakih 5 minut.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "Datoteka cron.php mora biti izvedena s sistemskim računom »{user}«.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Za delovanje je zahtevana razširitev PHP POSIX. Več podrobnosti je zapisanih v {linkstart}dokumentaciji PHP{linkend}.",
"Unable to update background job mode" : "Ni mogoče posodobiti načina poslov v ozadju.",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Omogoči oziroma onemogoči privzeti profil za nove račune.",
"Enable" : "Omogoči",
"Unable to update profile default setting" : "Ni mogoče posodobiti privzetih nastavitev profila",
+ "Failed to save setting" : "Shranjevanje nastavitve je spodletelo",
"Server-side encryption" : "Šifriranje na strežniku",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Šifriranje na strežniku omogoča šifriranje datotek, poslanih na strežnik. Opravilo ima tudi omejitvene učinke, kot je vpliv na hitrost delovanja, Možnost je na voljo po potrebi.",
"Enable server-side encryption" : "Omogoči šifriranje na strežniku",
@@ -356,6 +411,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Preseliti je treba šifrirne ključe s starega sistema (ownCloud ≤ 8.0) na novega. Omogočite možnost »Privzeti šifrirni modul« in zaženite ukaz »{command}«.",
"Unable to update server side encryption config" : "Ni mogoče posodobiti strežniških nastavitev šifriranja",
"Please confirm the group removal" : "Potrditi je treba skupinsko odstranjevanje",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Odstranili boste skupino »{group}«. Računi ne bodo izbrisani.",
"Cancel" : "Prekliči",
"Confirm" : "Potrdi",
"Submit" : "Pošlji",
@@ -380,12 +436,15 @@ OC.L10N.register(
"Error saving profile picture" : "Napaka shranjevanja slike profila",
"Error removing profile picture" : "Napaka odstranjevanja slike profila",
"Your biography" : "Biografija",
+ "Enter your date of birth" : "Vpišite datum rojstva",
+ "Unable to update date of birth" : "Datuma rojstva ni mogoče posodobiti",
"You are a member of the following groups:" : "Omogočeno je članstvo v skupinah:",
"You are using <strong>{usage}</strong>" : "Uporabljate <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Uporabljate <strong>{usage}</strong> od <strong>{totalSpace}</strong> (<strong>{usageRelative} %</strong>)",
"Your full name" : "Polno ime",
"Primary email for password reset and notifications" : "Osnovni elektronski naslov za obnavljanje gesla in obvestila",
"Email options" : "Možnosti elektronske pošte",
+ "Options for additional email address {index}" : "Dodatni elektronski naslov {index}",
"Remove primary email" : "Odstrani osnovni elektronski naslov",
"Delete email" : "Izbriši elektronski naslov",
"This address is not confirmed" : "Ta naslov ni potrjen",
@@ -563,14 +622,17 @@ OC.L10N.register(
"The app will be downloaded from the App Store" : "Program bo prejet iz zbirke programov",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta program ni označen kot skladen z nameščeno različico oblaka Nextcloud. Če nameravate nadaljevati, boste program lahko namestili, vendar ta morda ne bo deloval po pričakovanjih, ali pa bo vplival na stabilnost sistema.",
"Never" : "Nikoli",
+ "Could not register device" : "Naprave ni mogoče vpisati",
"An error occurred during the request. Unable to proceed." : "Med izvajanjem zahteve je prišlo do napake, zato ni mogoče nadaljevati.",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Program je omogočen, vendar zahteva posodobitev. Po nekaj sekundah boste preusmerjeni na stran za posodobitev.",
"Error: This app cannot be enabled because it makes the server unstable" : "Napaka: tega programa ni mogoče namestiti, ker povzroča nestabilnost strežnika.",
"Do you really want to wipe your data from this device?" : "Ali res želite varnostno izbrisati podatke s te naprave?",
"Confirm wipe" : "Potrdi varnostno brisanje",
+ "Could not delete the app token" : "Žetona programa ni mogoče izbrisati",
"Error while wiping the device with the token" : "Napaka med varnostnim brisanjem naprave z žetonom",
"Error while updating device token name" : "Napaka med posodabljanjem imena žetona naprave",
"Error while updating device token scope" : "Napaka med posodabljanjem obsega žetona naprave",
+ "Could not set group sorting" : "Ni mogoče nastaviti razvrščanja skupine",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.",
"Error" : "Napaka",
"Account documentation" : "Dokumentacija računa",
@@ -721,6 +783,7 @@ OC.L10N.register(
"Old user imported certificates" : "Stara uporabniška potrdila",
"Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.",
+ "MySQL unicode support" : "Podpora za unikod MySQL",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.",
"Rating: {score}/10" : "Ocena: {score}/10",
"No users" : "Ni uporabnikov",
@@ -742,8 +805,10 @@ OC.L10N.register(
"Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo",
"User management settings" : "Nastavitve upravljanja z računi uporabnikov",
"Send welcome email to new users" : "Pošlji sporočilo novim uporabnikom",
+ "User management" : "Upravljanje uporabnikov",
"Creating group …" : "Poteka ustvarjanje skupine ...",
"User group: {group}" : "Skupina uporabnikov: {group}",
- "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud"
+ "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud",
+ "Active accounts" : "Dejavni računi"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json
index 9580b3dd688..6c6fc7f55f0 100644
--- a/apps/settings/l10n/sl.json
+++ b/apps/settings/l10n/sl.json
@@ -59,6 +59,7 @@
"Authentication error" : "Napaka overjanja",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški računi izgubljeni.",
"Wrong admin recovery password. Please check the password and try again." : "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "Ozadnji program ne podpira spreminjanja gesla, je pa uspešno posodobljen šifrirni ključ računa.",
"Administrator documentation" : "Skrbniška dokumentacija",
"User documentation" : "Uporabniška dokumentacija",
"Nextcloud help overview" : "Pregled pomoči Nextcloud",
@@ -97,9 +98,11 @@
"Welcome aboard" : "Dobrodošli",
"Welcome aboard %s" : "Dobrodošli %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Omogočen je vaš dostop do oblaka %s, v katerega lahko varno dodate podatke in jih posredujete v souporabo.",
+ "Your Login is: %s" : "Dodeljeno prijavno ime je: %s",
"Set your password" : "Določitev gesla",
"Go to %s" : "Odpri oblak %s",
"Install Client" : "Namesti odjemalca",
+ "Logged in account must be a subadmin" : "Račun prijave mora imeti dovoljenja podpornega skrbnika",
"Apps" : "Programi",
"Personal" : "Osebno",
"Administration" : "Skrbništvo",
@@ -120,18 +123,41 @@
"Background jobs" : "Opravila v ozadju",
"Unlimited" : "Neomejeno",
"Verifying" : "Preverjanje",
+ "Allowed admin IP ranges" : "Dovoljeni skrbniški obsegi naslovov IP",
+ "Admin IP filtering isn’t applied." : "Skrbniško filtriranje naslovov IP ni uveljavljeno.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Nastavitveni ključ »%1$s« zahteva podatkovno polje (zaznano je %2$s). Skrbniško preverjanje obsega naslovov IP ne bo uveljavljeno.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Nastavitveni ključ »%1$s« vsebuje neveljaven obseg naslovov IP: »%2$s«",
+ "Admin IP filtering is correctly configured." : "Skrbniško filtriranje naslovov IP je nastavljeno pravilno.",
+ "App directories owner" : "Lastnik programskih map",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Nekatere mape programov imajo lastništvo določeno na uporabnika, ki ni spletni strežniški uporabnik. To se lahko zgodi, če so programi nameščeni ročno. Preveriti je treba dovoljenja map:\n%s",
+ "App directories have the correct owner \"%s\"" : "Programske mape imajo določenega pravilnega lastnika »%s«.",
"Brute-force Throttle" : "Zaščita pred vdorom z grobo silo",
"Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Oddaljeni naslov je bil prepoznan kot »%s« in je trenutno zaščiten pred vdorom z grobo silo, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen.",
"Your remote address \"%s\" is not brute-force throttled." : "Oddaljeni naslov »%s« ni omejen z zaščito pred vdorom z grobo silo.",
+ "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Če želite omogočiti izvajanje tega preverjanja, je treba zagotoviti, da se spletni strežnik lahko poveže sam s seboj. Zato mora biti nastavljen za povezovanje z vsaj eno od določenih »varnih domen« (trusted_domains) ali naslovov za prepis »vmesnika ukazne vrstice« (overwrite.cli.url). Spodletelo preverjanje je lahko posledica neujemanja imen DNS na strani strežnika oziroma pravila požarnega zidu.",
+ "Old administration imported certificates" : "Uvožena stara uporabniška potrdila",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj skrbniško uvožena potrdila SSL. Nastavitve preverite kasneje.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom »occ security:certificates:import«. Zabeležene poti v podatkovnem imeniku so izpisane spodaj.",
+ "Code integrity" : "Celovitost kode",
+ "Integrity checker has been disabled. Integrity cannot be verified." : "Preverjalnik celovitosti kode je onemogočen, zato podatkov ni mogoče preveriti.",
+ "No altered files" : "Ni spremenjenih datotek",
+ "Some files have not passed the integrity check. {link1} {link2}" : "Nekatere datoteke niso prestale preverjanja celovitosti. {link1} {link2}",
"Cron errors" : "Napake Cron",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Ni mogoče izvesti opravila cron v vmesniku ukazne vrstice. Pojavile so se tehnične napake:\n%s",
+ "The last cron job ran without errors." : "Zadnja opravila cron so bila izvedena brez napak.",
"Cron last run" : "Zadnji zagon sistema cron",
+ "Last background job execution ran %s. Something seems wrong. {link}." : "Zadnje opravilo v ozadju je bilo izvedeno %s. Kaže, da je z izvajanje nekaj narobe. {link}.",
+ "Last background job execution ran %s." : "Zadnje opravilo v ozadju je bilo izvedeno %s.",
+ "Data directory protected" : "Podatkovna mapa je zaščitena.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
+ "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Ni mogoče preveriti, ali je podatkovna mapa zaščitena. Da je dostop do podatkovne mape onemogočen, bo treba preveriti ročno.",
"Database missing columns" : "Podatkovni zbirki manjkajo stolpci",
"Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%s«.",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
"Database missing indices" : "Podatkovni zbirki manjkajo kazala",
"Missing indices:" : "Manjkajoča kazala:",
+ "\"%s\" in table \"%s\"" : "»%s« v razpredelnici »%s«",
"Database missing primary keys" : "Podatkovni zbirki manjkajo osnovni ključi",
"Missing primary key on table \"%s\"." : "Manjka osnovni ključ v razpredelnici »%s«.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.",
@@ -153,17 +179,23 @@
"Your IP address was resolved as %s" : "Naslov IP je bil razrešen kot %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa je v okolje Nextcloud omogočen dostop prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja.",
"HTTPS access and URLs" : "Dostop HTTPS in naslovi URL",
+ "Accessing site insecurely via HTTP." : "Povezava je vzpostavljena z nepreverjenim protokolom HTTP.",
"Internet connectivity" : "Internetna povezljivost",
"Internet connectivity is disabled in configuration file." : "Internetna povezljivost je v nastavitveni datoteki onemogočena.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, ni mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
+ "JavaScript modules support" : "Podpora za module JavaScript",
"Old server-side-encryption" : "Staro strežniško šifriranje",
"Disabled" : "Onemogočeno",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Star način strežniškega šifriranja je še vedno omogočen. Priporočljivo je možnost izklopiti.",
"Memcache" : "Memcache",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ni nastavljenega predpomnilnika. Za povečanje zmogljivosti je priporočljivo nastaviti vrednosti memcache, če je ta na voljo.",
"Configured" : "Nastavljeno",
+ "MySQL Unicode support" : "Podpora za unikod MySQL",
+ "You are not using MySQL" : "Podatkovna zbirka MySQL ni v uporabi.",
+ "Overwrite CLI URL" : "Prepiši naslov URL vmesnika ukazne vrstice",
"PHP default charset" : "Privzeti znakovni nabor PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Nastavitvena možnost znakovnega nabora PHP »default_charset« mora biti UTF-8",
+ "PHP set_time_limit" : "Možnost PHP set_time_limit",
"The function is available." : "Zmožnost je na voljo",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP »set_time_limit« ni na voljo. To lahko povzroči nepričakovano zaustavitev skriptnih ukazov med izvajanjem, kar lahko povzroči sesutje namestitve. To možnost je priporočeno omogočiti.",
"Freetype" : "Freetype",
@@ -183,6 +215,9 @@
"You are currently running PHP %s." : "Trenutno je v uporabi različica PHP %s.",
"PHP \"output_buffering\" option" : "MOžnost PHP »output_buffering«",
"PHP configuration option \"output_buffering\" must be disabled" : "Nastavitvena možnost PHP »output_buffering« mora biti onemogočena.",
+ "Push service" : "Potisne storitve",
+ "Valid enterprise license" : "Veljavno poslovno dovoljenje",
+ "Free push service" : "Proste potisne storitve",
"Random generator" : "Ustvarjalnik naključnih vrednosti",
"Secure" : "Varno",
"Configuration file access rights" : "Dovoljenja dostopa do nastavitvene datoteke",
@@ -202,7 +237,10 @@
"Architecture" : "Arhitektura",
"64-bit" : "64-bitni",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Kaže, da je v uporabi 32-bitna različica PHP. Okolje Nextcloud zahteva za odzivno delovanje 64-bitno različico. Priporočljivo je nadgraditi operacijski sistem in PHP na zahtevano raven!",
+ "Temporary space available" : "Razpoložljivost začasnega prostora",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
+ ".well-known URLs" : "Naslovi .well-known URL",
+ "WOFF2 file loading" : "Nalaganje datotek WOFF2",
"Profile information" : "Podrobnosti profila",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Slika profila, polno ime, elektronski naslov, telefonska številka, naslov, spletna stran, račun Twitter, ustanova, vloga, naslov, biografija in ali je profil omogočen.",
"Nextcloud settings" : "Nastavitve Nextcloud",
@@ -275,6 +313,8 @@
"_%n app has an update available_::_%n apps have an update available_" : ["Na voljo je posodobitev za %n program.","Na voljo sta posodobitvi za %n programa.","Na voljo so posodobitve za %n programe.","Na voljo so posodobitve za %n programov."],
"_Update_::_Update all_" : ["Posodobi","Posodobi","Posodobi","Posodobi vse"],
"Loading" : "Poteka nalaganje ...",
+ "Could not render element" : "Predmeta ni mogoče izrisati",
+ "{index} of {total}" : "{index} od {total}",
"Description" : "Opis",
"Details" : "Podrobnosti",
"All" : "Vsi",
@@ -284,6 +324,7 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcoud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerazrešenih odvisnosti:",
+ "Latest updated" : "Nazadnje posodobljeno",
"Author" : "Avtor",
"Categories" : "Kategorije",
"Resources" : "Viri",
@@ -292,6 +333,7 @@
"Report a bug" : "Pošlji poročilo o hrošču",
"Request feature" : "Predlagaj zmožnost",
"Ask questions or discuss" : "Vključi se v pogovor",
+ "Rate the app" : "Oceni program",
"Rate" : "Oceni",
"View in store" : "Pokaži v trgovini",
"Visit website" : "Odpri spletno stran",
@@ -299,6 +341,8 @@
"Developer documentation" : "Dokumentacija za razvijalce",
"Changelog" : "Dnevnik sprememb",
"Device name" : "Ime naprave",
+ "Cancel renaming" : "Prekliči preimenovanje",
+ "Save new name" : "Shrani novo ime",
"Marked for remote wipe" : "Označeno za oddaljeno varnostno brisanje",
"Device settings" : "Nastavitve naprave",
"Allow filesystem access" : "Dovoli dostop do datotečnega sistema",
@@ -311,7 +355,10 @@
"{productName} Android app" : "{productName} za Android",
"{productName} Talk for iOS" : "{productName} Talk za iOS",
"{productName} Talk for Android" : "{productName} Talk za Android",
+ "Sync client" : "Odjemalec za usklajevanje",
"This session" : "Ta seja",
+ "{client} - {version} ({system})" : "{client} – {version} ({system})",
+ "{client} - {version}" : "{client} – {version}",
"Device" : "Naprava",
"Last activity" : "Zadnja dejavnost",
"Devices & sessions" : "Naprave in seje",
@@ -319,6 +366,8 @@
"App name" : "Ime programa",
"Create new app password" : "Ustvari novo geslo programa",
"Error while creating device token" : " Napaka med ustvarjanjem žetona naprave",
+ "New app password" : "Nogo geslo programa",
+ "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Uporabite poverila za nastavljanje programa ali naprave. Iz varnostnih razlogov bo geslo prikazano le enkrat.",
"Login" : "Prijava",
"Password" : "Geslo",
"Show QR code for mobile apps" : "Pokaži kodo QR za mobilne programe",
@@ -327,19 +376,25 @@
"Login name copied!" : "Prijavno ime je kopirano!",
"Copy login name" : "Kopiraj prijavno ime",
"Could not copy app password. Please copy it manually." : "Gesla programa ni mogoče kopirati. Storite to ročno.",
+ "Could not copy login name. Please copy it manually." : "Uporabniškega imena ni mogoče kopirati. Storite to ročno.",
"For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Za najboljše delovanje strežnika je pomembna ustrezna nastavitev opravil v ozadju. Pri večjih namestitvah je priporočljiva nastavitev »Cron«. Več podrobnosti je zapisanih v dokumentaciji.",
"Last job execution ran {time}. Something seems wrong." : "Zadnji poskus izvedbe je bil izveden {time}. Kaže, da je šlo nekaj narobe.",
"Last job ran {relativeTime}." : "Osvežitev je bila nazadnje izvedena {relativeTime}.",
"Background job did not run yet!" : "Posel v ozadju še ni zagnan!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Z vsako naloženo stranjo se izvede ena naloga. Možnost je priporočljivo uporabiti le za okolje z enim računom.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "Osveževanje z datoteko cron.php omogoča storitev webcron in sicer vsakih 5 minut po protokolu HTTP. Možnost je uporabna za manjše število uporabnikov (1–5 računov in odvisno od načina rabe).",
"Cron (Recommended)" : "Cron (priporočeno)",
"Use system cron service to call the cron.php file every 5 minutes." : "Uporabljena je sistemska storitev »cron«, ki vzpostavi povezavo z datoteko cron.php vsakih 5 minut.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "Datoteka cron.php mora biti izvedena s sistemskim računom »{user}«.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Za delovanje je zahtevana razširitev PHP POSIX. Več podrobnosti je zapisanih v {linkstart}dokumentaciji PHP{linkend}.",
"Unable to update background job mode" : "Ni mogoče posodobiti načina poslov v ozadju.",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Omogoči oziroma onemogoči privzeti profil za nove račune.",
"Enable" : "Omogoči",
"Unable to update profile default setting" : "Ni mogoče posodobiti privzetih nastavitev profila",
+ "Failed to save setting" : "Shranjevanje nastavitve je spodletelo",
"Server-side encryption" : "Šifriranje na strežniku",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Šifriranje na strežniku omogoča šifriranje datotek, poslanih na strežnik. Opravilo ima tudi omejitvene učinke, kot je vpliv na hitrost delovanja, Možnost je na voljo po potrebi.",
"Enable server-side encryption" : "Omogoči šifriranje na strežniku",
@@ -354,6 +409,7 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Preseliti je treba šifrirne ključe s starega sistema (ownCloud ≤ 8.0) na novega. Omogočite možnost »Privzeti šifrirni modul« in zaženite ukaz »{command}«.",
"Unable to update server side encryption config" : "Ni mogoče posodobiti strežniških nastavitev šifriranja",
"Please confirm the group removal" : "Potrditi je treba skupinsko odstranjevanje",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Odstranili boste skupino »{group}«. Računi ne bodo izbrisani.",
"Cancel" : "Prekliči",
"Confirm" : "Potrdi",
"Submit" : "Pošlji",
@@ -378,12 +434,15 @@
"Error saving profile picture" : "Napaka shranjevanja slike profila",
"Error removing profile picture" : "Napaka odstranjevanja slike profila",
"Your biography" : "Biografija",
+ "Enter your date of birth" : "Vpišite datum rojstva",
+ "Unable to update date of birth" : "Datuma rojstva ni mogoče posodobiti",
"You are a member of the following groups:" : "Omogočeno je članstvo v skupinah:",
"You are using <strong>{usage}</strong>" : "Uporabljate <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Uporabljate <strong>{usage}</strong> od <strong>{totalSpace}</strong> (<strong>{usageRelative} %</strong>)",
"Your full name" : "Polno ime",
"Primary email for password reset and notifications" : "Osnovni elektronski naslov za obnavljanje gesla in obvestila",
"Email options" : "Možnosti elektronske pošte",
+ "Options for additional email address {index}" : "Dodatni elektronski naslov {index}",
"Remove primary email" : "Odstrani osnovni elektronski naslov",
"Delete email" : "Izbriši elektronski naslov",
"This address is not confirmed" : "Ta naslov ni potrjen",
@@ -561,14 +620,17 @@
"The app will be downloaded from the App Store" : "Program bo prejet iz zbirke programov",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta program ni označen kot skladen z nameščeno različico oblaka Nextcloud. Če nameravate nadaljevati, boste program lahko namestili, vendar ta morda ne bo deloval po pričakovanjih, ali pa bo vplival na stabilnost sistema.",
"Never" : "Nikoli",
+ "Could not register device" : "Naprave ni mogoče vpisati",
"An error occurred during the request. Unable to proceed." : "Med izvajanjem zahteve je prišlo do napake, zato ni mogoče nadaljevati.",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Program je omogočen, vendar zahteva posodobitev. Po nekaj sekundah boste preusmerjeni na stran za posodobitev.",
"Error: This app cannot be enabled because it makes the server unstable" : "Napaka: tega programa ni mogoče namestiti, ker povzroča nestabilnost strežnika.",
"Do you really want to wipe your data from this device?" : "Ali res želite varnostno izbrisati podatke s te naprave?",
"Confirm wipe" : "Potrdi varnostno brisanje",
+ "Could not delete the app token" : "Žetona programa ni mogoče izbrisati",
"Error while wiping the device with the token" : "Napaka med varnostnim brisanjem naprave z žetonom",
"Error while updating device token name" : "Napaka med posodabljanjem imena žetona naprave",
"Error while updating device token scope" : "Napaka med posodabljanjem obsega žetona naprave",
+ "Could not set group sorting" : "Ni mogoče nastaviti razvrščanja skupine",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.",
"Error" : "Napaka",
"Account documentation" : "Dokumentacija računa",
@@ -719,6 +781,7 @@
"Old user imported certificates" : "Stara uporabniška potrdila",
"Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.",
+ "MySQL unicode support" : "Podpora za unikod MySQL",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.",
"Rating: {score}/10" : "Ocena: {score}/10",
"No users" : "Ni uporabnikov",
@@ -740,8 +803,10 @@
"Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo",
"User management settings" : "Nastavitve upravljanja z računi uporabnikov",
"Send welcome email to new users" : "Pošlji sporočilo novim uporabnikom",
+ "User management" : "Upravljanje uporabnikov",
"Creating group …" : "Poteka ustvarjanje skupine ...",
"User group: {group}" : "Skupina uporabnikov: {group}",
- "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud"
+ "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud",
+ "Active accounts" : "Dejavni računi"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index 25faa409bdd..0f1f5553af1 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -125,6 +125,11 @@ OC.L10N.register(
"Background jobs" : "背景工作",
"Unlimited" : "無限制",
"Verifying" : "正在驗證",
+ "Allowed admin IP ranges" : "允許的管理 IP 範圍",
+ "Admin IP filtering isn’t applied." : "不套用管理 IP 過濾。",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "設定鍵「%1$s」預期為陣列(找到 %2$s)。將不套用管理 IP 範圍驗證。",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "設定鍵「%1$s」包含無效的 IP 範圍:「%2$s」",
+ "Admin IP filtering is correctly configured." : "管理 IP 過濾已正確設定。",
"App directories owner" : "應用程式目錄擁有者",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "某些應用程式的資料夾所有者與網頁伺服器預設使用者不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:\n%s",
"App directories have the correct owner \"%s\"" : "應用程式目錄有正確的擁有者「%s」",
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index 43f831996aa..9443f88fd5e 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -123,6 +123,11 @@
"Background jobs" : "背景工作",
"Unlimited" : "無限制",
"Verifying" : "正在驗證",
+ "Allowed admin IP ranges" : "允許的管理 IP 範圍",
+ "Admin IP filtering isn’t applied." : "不套用管理 IP 過濾。",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "設定鍵「%1$s」預期為陣列(找到 %2$s)。將不套用管理 IP 範圍驗證。",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "設定鍵「%1$s」包含無效的 IP 範圍:「%2$s」",
+ "Admin IP filtering is correctly configured." : "管理 IP 過濾已正確設定。",
"App directories owner" : "應用程式目錄擁有者",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "某些應用程式的資料夾所有者與網頁伺服器預設使用者不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:\n%s",
"App directories have the correct owner \"%s\"" : "應用程式目錄有正確的擁有者「%s」",