зеркало из https://github.com/nextcloud/spreed.git
53 строки
1.6 KiB
JavaScript
53 строки
1.6 KiB
JavaScript
OC.L10N.register(
|
||
"spreed",
|
||
{
|
||
"Everyone" : "Almal",
|
||
"Save changes" : "Bewaar veranderinge",
|
||
"Saving …" : "Word gestoor …",
|
||
"Saved!" : "Gestoor!",
|
||
"None" : "Geen",
|
||
"User" : "Gebruiker",
|
||
"Users" : "Gebruikers",
|
||
"Name" : "Naam",
|
||
"Saved" : "Bewaar",
|
||
"Copy link" : "Kopieer skakel",
|
||
"Favorite" : "Gunsteling",
|
||
"Remove from favorites" : "Verwyder uit gunstelinge",
|
||
"Add to favorites" : "Voeg by gunstelinge",
|
||
"Contacts" : "Kontakte",
|
||
"Loading" : "Laai tans..",
|
||
"Groups" : "Groepe",
|
||
"Error" : "Fout",
|
||
"Password protect" : "Beskerm met 'n wagwoord",
|
||
"Back" : "Terug",
|
||
"Close" : "Sluit",
|
||
"Reply" : "Antwoord",
|
||
"Today" : "Vandag",
|
||
"Yesterday" : "Gister",
|
||
"Chat" : "Klets",
|
||
"Settings" : "Instellings",
|
||
"Edit" : "Wysig",
|
||
"Dismiss" : "Ontslaan",
|
||
"Share link" : "Deelskakel",
|
||
"Enter a password" : "Gee ’n wagwoord",
|
||
"The password is wrong. Try again." : "Die wagwoord is verkeerd. Probeer weer.",
|
||
"Password" : "Wagwoord",
|
||
"Android app" : "Android-toep",
|
||
"iOS app" : "iOS-toep",
|
||
"Copy" : "Kopieer",
|
||
"Copied!" : "Gekopieer!",
|
||
"Not supported!" : "Word nie ondersteun nie!",
|
||
"Press ⌘-C to copy." : "Druk ⌘-C om te kopieer.",
|
||
"Press Ctrl-C to copy." : "Druk Ctrl-C om te kopieer.",
|
||
"Cancel" : "Kanselleer",
|
||
"Guests" : "Gaste",
|
||
"Change password" : "Verander wagwoord",
|
||
"Set password" : "Stel wagwoord",
|
||
"Rename" : "Hernoem",
|
||
"Send" : "Stuur",
|
||
"Share" : "Deel",
|
||
"Error while sharing" : "Fout terwyl deel",
|
||
"Favorited" : "As gunsteling "
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|