-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1f828b
commit 9351a04
Showing
14 changed files
with
268 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
OC.L10N.register( | ||
"deck", | ||
{ | ||
"Finished" : "Завършен", | ||
"To review" : "За преглед", | ||
"Action needed" : "Необходимо е действие", | ||
"Later" : "По-късно", | ||
"Archive" : "Архивиране", | ||
"Unarchive" : "Разархивиране", | ||
"Delete" : "Изтриване", | ||
"Sharing" : "Споделяне", | ||
"Labels" : "Етикети", | ||
"Select users or groups to share with" : "Избор на потребители и групи за споделяне", | ||
"No matching user or group found." : "Не са намерени съвпадащи потребители или групи", | ||
"Share" : "Сподели", | ||
"Edit" : "Редакция", | ||
"Manage" : "Управление", | ||
"Discard share" : "Отхвърляне на споделяне", | ||
"Create a new label" : "Създаване на нов етикет", | ||
"Members" : "Членове", | ||
"Modified:" : "Променен на:", | ||
"Created:" : "Създаден на:", | ||
"by" : "от", | ||
"Saved" : "Запазено", | ||
"Attachments" : "Прикачени файлове", | ||
"Comments" : "Коментари", | ||
"History" : "История", | ||
"Shared with you" : "Споделено с Вас", | ||
"edit" : "редакция", | ||
"delete" : "изтриване", | ||
"remove share" : "премахване на споделяне" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ "translations": { | ||
"Finished" : "Завършен", | ||
"To review" : "За преглед", | ||
"Action needed" : "Необходимо е действие", | ||
"Later" : "По-късно", | ||
"Archive" : "Архивиране", | ||
"Unarchive" : "Разархивиране", | ||
"Delete" : "Изтриване", | ||
"Sharing" : "Споделяне", | ||
"Labels" : "Етикети", | ||
"Select users or groups to share with" : "Избор на потребители и групи за споделяне", | ||
"No matching user or group found." : "Не са намерени съвпадащи потребители или групи", | ||
"Share" : "Сподели", | ||
"Edit" : "Редакция", | ||
"Manage" : "Управление", | ||
"Discard share" : "Отхвърляне на споделяне", | ||
"Create a new label" : "Създаване на нов етикет", | ||
"Members" : "Членове", | ||
"Modified:" : "Променен на:", | ||
"Created:" : "Създаден на:", | ||
"by" : "от", | ||
"Saved" : "Запазено", | ||
"Attachments" : "Прикачени файлове", | ||
"Comments" : "Коментари", | ||
"History" : "История", | ||
"Shared with you" : "Споделено с Вас", | ||
"edit" : "редакция", | ||
"delete" : "изтриване", | ||
"remove share" : "премахване на споделяне" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
OC.L10N.register( | ||
"deck", | ||
{ | ||
"Finished" : "Kész", | ||
"Later" : "Később", | ||
"Delete" : "Törlés", | ||
"Sharing" : "Megosztás", | ||
"Labels" : "Címkék", | ||
"Share" : "Megosztás", | ||
"Edit" : "Szerkesztés", | ||
"Manage" : "Kezelés", | ||
"Members" : "Tagok", | ||
"Modified:" : "Módosítva:", | ||
"Created:" : "Létrehozva:", | ||
"Saved" : "Elmentve", | ||
"Comments" : "Hozzászólások", | ||
"History" : "Előzmények", | ||
"Shared with you" : "Megosztva veled", | ||
"edit" : "szerkesztés", | ||
"delete" : "törlés" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ "translations": { | ||
"Finished" : "Kész", | ||
"Later" : "Később", | ||
"Delete" : "Törlés", | ||
"Sharing" : "Megosztás", | ||
"Labels" : "Címkék", | ||
"Share" : "Megosztás", | ||
"Edit" : "Szerkesztés", | ||
"Manage" : "Kezelés", | ||
"Members" : "Tagok", | ||
"Modified:" : "Módosítva:", | ||
"Created:" : "Létrehozva:", | ||
"Saved" : "Elmentve", | ||
"Comments" : "Hozzászólások", | ||
"History" : "Előzmények", | ||
"Shared with you" : "Megosztva veled", | ||
"edit" : "szerkesztés", | ||
"delete" : "törlés" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
OC.L10N.register( | ||
"deck", | ||
{ | ||
"Finished" : "Finite", | ||
"To review" : "A revider", | ||
"Action needed" : "Action necessari", | ||
"Later" : "Depost", | ||
"Delete" : "Deler", | ||
"Labels" : "Etiquettas", | ||
"Select users or groups to share with" : "Selectiona usatores o gruppos pro compartir", | ||
"No matching user or group found." : "Nulle usator o gruppo correspondente trovate.", | ||
"Share" : "Compartir", | ||
"Edit" : "Modificar", | ||
"Manage" : "Administrar", | ||
"Members" : "Membros", | ||
"Modified:" : "Modificate:", | ||
"Created:" : "Create:", | ||
"by" : "per", | ||
"Saved" : "Salveguardate", | ||
"Attachments" : "Attachamentos", | ||
"Comments" : "Commentarios", | ||
"History" : "Historia", | ||
"Shared with you" : "Compartite con te", | ||
"edit" : "modificar", | ||
"delete" : "deler" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ "translations": { | ||
"Finished" : "Finite", | ||
"To review" : "A revider", | ||
"Action needed" : "Action necessari", | ||
"Later" : "Depost", | ||
"Delete" : "Deler", | ||
"Labels" : "Etiquettas", | ||
"Select users or groups to share with" : "Selectiona usatores o gruppos pro compartir", | ||
"No matching user or group found." : "Nulle usator o gruppo correspondente trovate.", | ||
"Share" : "Compartir", | ||
"Edit" : "Modificar", | ||
"Manage" : "Administrar", | ||
"Members" : "Membros", | ||
"Modified:" : "Modificate:", | ||
"Created:" : "Create:", | ||
"by" : "per", | ||
"Saved" : "Salveguardate", | ||
"Attachments" : "Attachamentos", | ||
"Comments" : "Commentarios", | ||
"History" : "Historia", | ||
"Shared with you" : "Compartite con te", | ||
"edit" : "modificar", | ||
"delete" : "deler" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
OC.L10N.register( | ||
"deck", | ||
{ | ||
"Finished" : "Pabeigts", | ||
"Later" : "Vēlāk", | ||
"Show archived cards" : "Rādīt arhivētās kartes", | ||
"Hide archived cards" : "Slēpt arhivētās kartes", | ||
"Archive" : "Arhīvi", | ||
"Delete" : "Dzēst", | ||
"Enter a card title" : "Ievadiet kartes nosaukumu", | ||
"Sharing" : "Koplietošana", | ||
"Select users or groups to share with" : "Atlasiet lietotājus vai grupas ar kuriem koplietot", | ||
"Share" : "Koplietot", | ||
"Edit" : "Rediģēt", | ||
"Discard share" : "Atcelt koplietošanu", | ||
"Members" : "Biedri", | ||
"Modified:" : "Modificēta:", | ||
"Created:" : "Izveidota:", | ||
"Saved" : "Saglabāts", | ||
"Attachments" : "Pielikumi", | ||
"Comments" : "Komentāri", | ||
"History" : "Vēsture", | ||
"Shared with you" : "Koplietots ar tevi", | ||
"edit" : "rediģēt", | ||
"delete" : "dzēst", | ||
"remove share" : "noņemt koplietojumu" | ||
}, | ||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ "translations": { | ||
"Finished" : "Pabeigts", | ||
"Later" : "Vēlāk", | ||
"Show archived cards" : "Rādīt arhivētās kartes", | ||
"Hide archived cards" : "Slēpt arhivētās kartes", | ||
"Archive" : "Arhīvi", | ||
"Delete" : "Dzēst", | ||
"Enter a card title" : "Ievadiet kartes nosaukumu", | ||
"Sharing" : "Koplietošana", | ||
"Select users or groups to share with" : "Atlasiet lietotājus vai grupas ar kuriem koplietot", | ||
"Share" : "Koplietot", | ||
"Edit" : "Rediģēt", | ||
"Discard share" : "Atcelt koplietošanu", | ||
"Members" : "Biedri", | ||
"Modified:" : "Modificēta:", | ||
"Created:" : "Izveidota:", | ||
"Saved" : "Saglabāts", | ||
"Attachments" : "Pielikumi", | ||
"Comments" : "Komentāri", | ||
"History" : "Vēsture", | ||
"Shared with you" : "Koplietots ar tevi", | ||
"edit" : "rediģēt", | ||
"delete" : "dzēst", | ||
"remove share" : "noņemt koplietojumu" | ||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.