mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +08:00
[tx-robot] updated from transifex
This commit is contained in:
parent
d2faf9134e
commit
1e619d8392
4 changed files with 32 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ OC.L10N.register(
|
|||
"Uploading" : "در حال آپلود",
|
||||
"User" : "User",
|
||||
"Read" : "خواندن",
|
||||
"Write" : "نوشتن",
|
||||
"Files" : "فایل",
|
||||
"Pending" : "در انتظار",
|
||||
"Details" : "جزئیات",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
"Uploading" : "در حال آپلود",
|
||||
"User" : "User",
|
||||
"Read" : "خواندن",
|
||||
"Write" : "نوشتن",
|
||||
"Files" : "فایل",
|
||||
"Pending" : "در انتظار",
|
||||
"Details" : "جزئیات",
|
||||
|
|
|
|||
|
|
@ -1,29 +1,43 @@
|
|||
OC.L10N.register(
|
||||
"passman",
|
||||
{
|
||||
"General" : "Opšte",
|
||||
"Done" : "Done",
|
||||
"Sharing" : "Deljenje",
|
||||
"Share with users and groups" : "Deljenje sa korisnicima i grupama",
|
||||
"Share link" : "Veza deljenja",
|
||||
"Username" : "Username",
|
||||
"File" : "File",
|
||||
"Add" : "Dodaj",
|
||||
"Type" : "Type",
|
||||
"Filename" : "Ime fajla",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Version" : "Verzija",
|
||||
"Import" : "Uvezi",
|
||||
"Uploading" : "Uploading",
|
||||
"User" : "User",
|
||||
"Read" : "Čitaj",
|
||||
"Files" : "Fajlovi",
|
||||
"Pending" : "Na čekanju",
|
||||
"Details" : "Detalji",
|
||||
"Save" : "Save",
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "Postavke",
|
||||
"Unshare" : "Ne deli",
|
||||
"Password" : "Password",
|
||||
"E-mail" : "Adresa e-pošte",
|
||||
"URL" : "Url",
|
||||
"Notes" : "Notes",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Delete",
|
||||
"Share" : "Deljenje",
|
||||
"Date" : "Date",
|
||||
"Never" : "Nikad",
|
||||
"Tags" : "Oznake",
|
||||
"Loading…" : "Učitavanje...",
|
||||
"Saving..." : "Upisujem..."
|
||||
"Description" : "Opis",
|
||||
"Saving..." : "Upisujem...",
|
||||
"Dismiss" : "Odbaci",
|
||||
"seconds ago" : "pre par sekundi"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
|||
|
|
@ -1,27 +1,41 @@
|
|||
{ "translations": {
|
||||
"General" : "Opšte",
|
||||
"Done" : "Done",
|
||||
"Sharing" : "Deljenje",
|
||||
"Share with users and groups" : "Deljenje sa korisnicima i grupama",
|
||||
"Share link" : "Veza deljenja",
|
||||
"Username" : "Username",
|
||||
"File" : "File",
|
||||
"Add" : "Dodaj",
|
||||
"Type" : "Type",
|
||||
"Filename" : "Ime fajla",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Version" : "Verzija",
|
||||
"Import" : "Uvezi",
|
||||
"Uploading" : "Uploading",
|
||||
"User" : "User",
|
||||
"Read" : "Čitaj",
|
||||
"Files" : "Fajlovi",
|
||||
"Pending" : "Na čekanju",
|
||||
"Details" : "Detalji",
|
||||
"Save" : "Save",
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "Postavke",
|
||||
"Unshare" : "Ne deli",
|
||||
"Password" : "Password",
|
||||
"E-mail" : "Adresa e-pošte",
|
||||
"URL" : "Url",
|
||||
"Notes" : "Notes",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Delete",
|
||||
"Share" : "Deljenje",
|
||||
"Date" : "Date",
|
||||
"Never" : "Nikad",
|
||||
"Tags" : "Oznake",
|
||||
"Loading…" : "Učitavanje...",
|
||||
"Saving..." : "Upisujem..."
|
||||
"Description" : "Opis",
|
||||
"Saving..." : "Upisujem...",
|
||||
"Dismiss" : "Odbaci",
|
||||
"seconds ago" : "pre par sekundi"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue