Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f1e5dc21 authored by Nextcloud bot's avatar Nextcloud bot
Browse files

[tx-robot] updated from transifex



Signed-off-by: default avatarNextcloud bot <bot@nextcloud.com>
parent 9683279e
Loading
Loading
Loading
Loading

l10n/gd.js

0 → 100644
+9 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "rainloop",
    {
    "Email" : "Post-d",
    "Error" : "Mearachd",
    "Save" : "Sàbhail",
    "Password" : "Facal-faire"
},
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");

l10n/gd.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{ "translations": {
    "Email" : "Post-d",
    "Error" : "Mearachd",
    "Save" : "Sàbhail",
    "Password" : "Facal-faire"
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
}
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "rainloop",
    {
    "Email" : "Imayl",
    "Error" : "Erreur",
    "Save" : "Sekles",
    "Password" : "Awal uffir"
},
+2 −0
Original line number Diff line number Diff line
{ "translations": {
    "Email" : "Imayl",
    "Error" : "Erreur",
    "Save" : "Sekles",
    "Password" : "Awal uffir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
+2 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "rainloop",
    {
    "Email" : "ອິເມວ",
    "Error" : "ຜິດພາດ",
    "Save" : "ບັນທຶກ",
    "Password" : "ລະຫັດຜ່ານ"
},
"nplurals=1; plural=0;");
Loading