Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-13 05:26:37 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-13 05:26:37 +0300
commite13167bf24b85796662ea544ba4255c9a34da672 (patch)
treead70d00a9df61f43689f69b281202be9bb137af6 /lib
parent52c501c8a77940fbac29ed329f6e8e9309f9c599 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/oc.js7
-rw-r--r--lib/l10n/oc.json7
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