[tx-robot] updated from transifex
This commit is contained in:
Родитель
9da8afc995
Коммит
02ca3de857
|
@ -89,6 +89,7 @@ OC.L10N.register(
|
|||
"Title must not be empty!" : "Izenburua ezin da hutsik egon!",
|
||||
"%n successfully saved" : "%n behar bezala gorde da",
|
||||
"Add a date option" : "Gehitu data aukera bat",
|
||||
"Shift all date options" : "Aldatu data aukera guztiak",
|
||||
"Available Options" : "Aukera eskuragarriak",
|
||||
"Delete option" : "Ezabatu aukera",
|
||||
"Clone option" : "Klonatu aukera",
|
||||
|
@ -115,6 +116,7 @@ OC.L10N.register(
|
|||
"Public share" : "Partekatze publikoa",
|
||||
"Enter your name!" : "Sartu zure izena!",
|
||||
"Enter your name" : "Sartu zure izena",
|
||||
"You have an account? Log in here." : "Kontua daukazu? Hasi saioa hemen.",
|
||||
"This username can not be chosen." : "Erabiltzaile-izen hau ezin da aukeratu.",
|
||||
"Error saving username" : "Errorea erabiltzaile-izena gordetzean",
|
||||
"Delete votes" : "Ezabatu botuak",
|
||||
|
@ -123,9 +125,12 @@ OC.L10N.register(
|
|||
"The poll does not exist" : "Inkesta ez da existitzen",
|
||||
"Enter a poll or start a new one." : "Sartu inkesta bat edo hasi berri bat.",
|
||||
"Goto Nextcloud" : "Joan Nextcloudera",
|
||||
"Relevant polls" : "Inkesta esanguratsuak",
|
||||
"Hidden polls" : "Ezkutatutako inkestak",
|
||||
"My deleted polls" : "Nire ezabatutako inkestak",
|
||||
"This is simply the trash bin." : "Hau zakarrontzia besterik ez da.",
|
||||
"All polls, where you placed a vote." : "Botoa eman duzun inkesta guztiak.",
|
||||
"All polls, where you have access to." : "Sarbidea duzun inkesta guztiak.",
|
||||
"Expired" : "Iraungita",
|
||||
"Deleted" : "Ezabatuta",
|
||||
"Place your votes until %n" : "Bozkatu %narte",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"Title must not be empty!" : "Izenburua ezin da hutsik egon!",
|
||||
"%n successfully saved" : "%n behar bezala gorde da",
|
||||
"Add a date option" : "Gehitu data aukera bat",
|
||||
"Shift all date options" : "Aldatu data aukera guztiak",
|
||||
"Available Options" : "Aukera eskuragarriak",
|
||||
"Delete option" : "Ezabatu aukera",
|
||||
"Clone option" : "Klonatu aukera",
|
||||
|
@ -113,6 +114,7 @@
|
|||
"Public share" : "Partekatze publikoa",
|
||||
"Enter your name!" : "Sartu zure izena!",
|
||||
"Enter your name" : "Sartu zure izena",
|
||||
"You have an account? Log in here." : "Kontua daukazu? Hasi saioa hemen.",
|
||||
"This username can not be chosen." : "Erabiltzaile-izen hau ezin da aukeratu.",
|
||||
"Error saving username" : "Errorea erabiltzaile-izena gordetzean",
|
||||
"Delete votes" : "Ezabatu botuak",
|
||||
|
@ -121,9 +123,12 @@
|
|||
"The poll does not exist" : "Inkesta ez da existitzen",
|
||||
"Enter a poll or start a new one." : "Sartu inkesta bat edo hasi berri bat.",
|
||||
"Goto Nextcloud" : "Joan Nextcloudera",
|
||||
"Relevant polls" : "Inkesta esanguratsuak",
|
||||
"Hidden polls" : "Ezkutatutako inkestak",
|
||||
"My deleted polls" : "Nire ezabatutako inkestak",
|
||||
"This is simply the trash bin." : "Hau zakarrontzia besterik ez da.",
|
||||
"All polls, where you placed a vote." : "Botoa eman duzun inkesta guztiak.",
|
||||
"All polls, where you have access to." : "Sarbidea duzun inkesta guztiak.",
|
||||
"Expired" : "Iraungita",
|
||||
"Deleted" : "Ezabatuta",
|
||||
"Place your votes until %n" : "Bozkatu %narte",
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Polls" : "Опитування",
|
||||
"Go to poll" : "Перейти до опитування",
|
||||
"- %s voted." : "- %s проголосували.",
|
||||
"New comment …" : "Новий коментар...",
|
||||
"Comments" : "Коментарі",
|
||||
"Delete comment" : "Видалити комент",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{ "translations": {
|
||||
"Polls" : "Опитування",
|
||||
"Go to poll" : "Перейти до опитування",
|
||||
"- %s voted." : "- %s проголосували.",
|
||||
"New comment …" : "Новий коментар...",
|
||||
"Comments" : "Коментарі",
|
||||
"Delete comment" : "Видалити комент",
|
||||
|
|
Загрузка…
Ссылка в новой задаче