зеркало из https://github.com/nextcloud/deck.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
fc363415b3
Коммит
1d589fe3e6
|
@ -98,6 +98,7 @@ OC.L10N.register(
|
|||
"Create new board" : "Sukurti naują lentą",
|
||||
"new board" : "nauja lenta",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
"Select board" : "Pasirinkti lentą",
|
||||
"Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu",
|
||||
"Select a board" : "Pasirinkite lentą",
|
||||
|
@ -122,6 +123,7 @@ OC.L10N.register(
|
|||
"Next 7 days" : "Artimiausios 7 dienos",
|
||||
"Next 30 days" : "Artimiausios 30 dienų",
|
||||
"No due date" : "Be galutinio termino",
|
||||
"Clear filter" : "Išvalyti filtrą",
|
||||
"Show archived cards" : "Rodyti archyvuotas korteles",
|
||||
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
|
||||
"Details" : "Išsamiau",
|
||||
|
@ -187,6 +189,7 @@ OC.L10N.register(
|
|||
"Delete card" : "Ištrinti kortelę",
|
||||
"Move card" : "Perkelti kortelę",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Move card to another board" : "Perkelti kortelę į kitą lentą",
|
||||
"Select a stack" : "Pasirinkti dėklą",
|
||||
"All boards" : "Visos lentos",
|
||||
"Archived boards" : "Archyvuotos lentos",
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"Create new board" : "Sukurti naują lentą",
|
||||
"new board" : "nauja lenta",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
"Select board" : "Pasirinkti lentą",
|
||||
"Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu",
|
||||
"Select a board" : "Pasirinkite lentą",
|
||||
|
@ -120,6 +121,7 @@
|
|||
"Next 7 days" : "Artimiausios 7 dienos",
|
||||
"Next 30 days" : "Artimiausios 30 dienų",
|
||||
"No due date" : "Be galutinio termino",
|
||||
"Clear filter" : "Išvalyti filtrą",
|
||||
"Show archived cards" : "Rodyti archyvuotas korteles",
|
||||
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
|
||||
"Details" : "Išsamiau",
|
||||
|
@ -185,6 +187,7 @@
|
|||
"Delete card" : "Ištrinti kortelę",
|
||||
"Move card" : "Perkelti kortelę",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Move card to another board" : "Perkelti kortelę į kitą lentą",
|
||||
"Select a stack" : "Pasirinkti dėklą",
|
||||
"All boards" : "Visos lentos",
|
||||
"Archived boards" : "Archyvuotos lentos",
|
||||
|
|
|
@ -15,9 +15,14 @@ OC.L10N.register(
|
|||
"Later" : "Пізніше",
|
||||
"copy" : "копіювати",
|
||||
"Done" : "Готово",
|
||||
"The file was uploaded" : "Файл завантажено",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір вивантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі",
|
||||
"The file was only partially uploaded" : "Файл завантажено лише частково",
|
||||
"No file was uploaded" : "Не вивантажено жодного файлу",
|
||||
"Missing a temporary folder" : "Відсутній тимчасовий каталог",
|
||||
"Could not write file to disk" : "Неможливо записати файл на диск",
|
||||
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
|
||||
"Create new board" : "Створити нову дошку",
|
||||
"Cancel" : "Скасувати",
|
||||
"File already exists" : "Файл вже існує",
|
||||
|
|
|
@ -13,9 +13,14 @@
|
|||
"Later" : "Пізніше",
|
||||
"copy" : "копіювати",
|
||||
"Done" : "Готово",
|
||||
"The file was uploaded" : "Файл завантажено",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір вивантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі",
|
||||
"The file was only partially uploaded" : "Файл завантажено лише частково",
|
||||
"No file was uploaded" : "Не вивантажено жодного файлу",
|
||||
"Missing a temporary folder" : "Відсутній тимчасовий каталог",
|
||||
"Could not write file to disk" : "Неможливо записати файл на диск",
|
||||
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
|
||||
"Create new board" : "Створити нову дошку",
|
||||
"Cancel" : "Скасувати",
|
||||
"File already exists" : "Файл вже існує",
|
||||
|
|
Загрузка…
Ссылка в новой задаче