diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-22 02:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-22 02:26:59 +0000 |
commit | 25b4f11fd5216d7bf4ca411a2d1387c1888fe3cd (patch) | |
tree | 5c38250124be3a2c0896a9312ddc51ef42468a1e /lib/l10n | |
parent | afe1ea614064cc932f44127298ad4aca1ffe3711 (diff) | |
download | nextcloud-server-25b4f11fd5216d7bf4ca411a2d1387c1888fe3cd.tar.gz nextcloud-server-25b4f11fd5216d7bf4ca411a2d1387c1888fe3cd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 2 | ||||
-rw-r--r-- | lib/l10n/cs.json | 2 | ||||
-rw-r--r-- | lib/l10n/it.js | 1 | ||||
-rw-r--r-- | lib/l10n/it.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 194907967c3..010cf1a8377 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -59,7 +59,7 @@ OC.L10N.register( "_%n month ago_::_%n months ago_" : ["před %n měsícem","před %n měsíci","před %n měsíci","před %n měsíci"], "next year" : "následující rok", "last year" : "minulý rok", - "_in %n year_::_in %n years_" : ["během %n roku","během %n roků","během %n roků","během %n roků"], + "_in %n year_::_in %n years_" : ["během %n roku","během %n let","během %n let","během %n let"], "_%n year ago_::_%n years ago_" : ["před rokem","před %n lety","před %n lety","před %n lety"], "_in %n hour_::_in %n hours_" : ["během %n hodiny","během %n hodin","během %n hodin","během %n hodin"], "_%n hour ago_::_%n hours ago_" : ["před %n hodinou","před %n hodinami","před %n hodinami","před %n hodinami"], diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index b8b244ea896..0950cbdf1c0 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -57,7 +57,7 @@ "_%n month ago_::_%n months ago_" : ["před %n měsícem","před %n měsíci","před %n měsíci","před %n měsíci"], "next year" : "následující rok", "last year" : "minulý rok", - "_in %n year_::_in %n years_" : ["během %n roku","během %n roků","během %n roků","během %n roků"], + "_in %n year_::_in %n years_" : ["během %n roku","během %n let","během %n let","během %n let"], "_%n year ago_::_%n years ago_" : ["před rokem","před %n lety","před %n lety","před %n lety"], "_in %n hour_::_in %n hours_" : ["během %n hodiny","během %n hodin","během %n hodin","během %n hodin"], "_%n hour ago_::_%n hours ago_" : ["před %n hodinou","před %n hodinami","před %n hodinami","před %n hodinami"], diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 3501cfb2760..a1116c03840 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "Impossibile scrivere nella cartella \"config\"!", "This can usually be fixed by giving the webserver write access to the config directory." : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\".", + "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ma, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true.", "See %s" : "Vedi %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "I file dell'applicazione %1$s non sono stati sostituiti correttamente. Assicurati che sia una versione compatibile con il server.", "Sample configuration detected" : "Configurazione di esempio rilevata", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 33fca8e3aca..404d6896c11 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -1,6 +1,7 @@ { "translations": { "Cannot write into \"config\" directory!" : "Impossibile scrivere nella cartella \"config\"!", "This can usually be fixed by giving the webserver write access to the config directory." : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\".", + "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ma, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true.", "See %s" : "Vedi %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "I file dell'applicazione %1$s non sono stati sostituiti correttamente. Assicurati che sia una versione compatibile con il server.", "Sample configuration detected" : "Configurazione di esempio rilevata", |