diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-13 02:26:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-13 02:26:07 +0000 |
commit | da1586d2d0a0e3d58c52a7e54328a63387265111 (patch) | |
tree | 732a4f6613638e3670ae3e709844ea4641691a1e /lib | |
parent | 9f21afe9f188bcf4eb450e8fdd3ad957fd80fd6d (diff) | |
download | nextcloud-server-da1586d2d0a0e3d58c52a7e54328a63387265111.tar.gz nextcloud-server-da1586d2d0a0e3d58c52a7e54328a63387265111.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/oc.js | 7 | ||||
-rw-r--r-- | lib/l10n/oc.json | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index ea6ff86b309..6f8b9c3084a 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -3,12 +3,17 @@ OC.L10N.register( { "today" : "uèi", "yesterday" : "ièr", + "_in %n day_::_in %n days_" : ["d’aquí %n jorn","d’aquí %n jorns"], "_%n day ago_::_%n days ago_" : ["fa %n jorn","fa %n jorns"], "last month" : "lo mes passat", + "_in %n month_::_in %n months_" : ["d’aquí %n mes","d’aquí %n meses"], "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n meses"], "last year" : "l’an passat", + "_in %n year_::_in %n years_" : ["d’aquí %n annada","d’aquí %n annadas"], "_%n year ago_::_%n years ago_" : ["fa %n annada","fa %n annadas"], + "_in %n hour_::_in %n hours_" : ["d’aquí %n ora","d’aquí %n oras"], "_%n hour ago_::_%n hours ago_" : ["fa %n ora ","fa %n oras"], + "_in %n minute_::_in %n minutes_" : ["d’aquí %n minuta","d’aquí %n minutas"], "_%n minute ago_::_%n minutes ago_" : ["fa %n minuta","fa %n minutas"], "seconds ago" : "fa qualques segondas", "Help" : "Ajuda", @@ -35,7 +40,7 @@ OC.L10N.register( "October" : "Octòbre", "November" : "Novembre", "December" : "Decembre", - "May." : "Mai", + "May." : "Mai.", "a safe home for all your data" : "un ostal segur per vòstras donadas" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index da8350c6468..2aeadeb6cca 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -1,12 +1,17 @@ { "translations": { "today" : "uèi", "yesterday" : "ièr", + "_in %n day_::_in %n days_" : ["d’aquí %n jorn","d’aquí %n jorns"], "_%n day ago_::_%n days ago_" : ["fa %n jorn","fa %n jorns"], "last month" : "lo mes passat", + "_in %n month_::_in %n months_" : ["d’aquí %n mes","d’aquí %n meses"], "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n meses"], "last year" : "l’an passat", + "_in %n year_::_in %n years_" : ["d’aquí %n annada","d’aquí %n annadas"], "_%n year ago_::_%n years ago_" : ["fa %n annada","fa %n annadas"], + "_in %n hour_::_in %n hours_" : ["d’aquí %n ora","d’aquí %n oras"], "_%n hour ago_::_%n hours ago_" : ["fa %n ora ","fa %n oras"], + "_in %n minute_::_in %n minutes_" : ["d’aquí %n minuta","d’aquí %n minutas"], "_%n minute ago_::_%n minutes ago_" : ["fa %n minuta","fa %n minutas"], "seconds ago" : "fa qualques segondas", "Help" : "Ajuda", @@ -33,7 +38,7 @@ "October" : "Octòbre", "November" : "Novembre", "December" : "Decembre", - "May." : "Mai", + "May." : "Mai.", "a safe home for all your data" : "un ostal segur per vòstras donadas" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |