element-web-Github/src/i18n/strings/sl.json
Michael Telatynski c2e814ce95
Migrate keyboard translations to IDs (#11452)
* Migrate keyboard translations to IDs

```
./node_modules/matrix-web-i18n/scripts/rekey.js "Page Up" "keyboard|page_up"
./node_modules/matrix-web-i18n/scripts/rekey.js "Page Down" "keyboard|page_down"
./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Home" "keyboard|home"
./node_modules/matrix-web-i18n/scripts/rekey.js "Esc" "keyboard|escape"
./node_modules/matrix-web-i18n/scripts/rekey.js "Enter" "keyboard|enter"
./node_modules/matrix-web-i18n/scripts/rekey.js "End" "keyboard|end"
./node_modules/matrix-web-i18n/scripts/rekey.js "Alt" "keyboard|alt"
./node_modules/matrix-web-i18n/scripts/rekey.js "Ctrl" "keyboard|control"
./node_modules/matrix-web-i18n/scripts/rekey.js "Shift" "keyboard|shift"
./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Space" "keyboard|space"
./node_modules/matrix-web-i18n/scripts/rekey.js "[number]" "keyboard|number"
```

* i18n

* Revert strings

* i18n

* i18n
2023-08-23 11:49:29 +00:00

71 lines
3.6 KiB
JSON

{
"This email address is already in use": "Ta e-poštni naslov je že v uporabi",
"This phone number is already in use": "Ta telefonska številka je že v uporabi",
"Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu",
"Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom",
"powered by Matrix": "poganja Matrix",
"Use Single Sign On to continue": "Uporabi Single Sign On za prijavo",
"Confirm adding this email address by using Single Sign On to prove your identity.": "Potrdite dodajanje tega e-poštnega naslova z enkratno prijavo, da dokažete svojo identiteto.",
"Single Sign On": "Enkratna prijava",
"Confirm adding email": "Potrdi dodajanje e-poštnega naslova",
"Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.",
"Add Email Address": "Dodaj e-poštni naslov",
"Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.",
"Confirm adding phone number": "Potrdi dodajanje telefonske številke",
"Click the button below to confirm adding this phone number.": "Pritisnite gumb spodaj da potrdite dodajanje te telefonske številke.",
"Add Phone Number": "Dodaj telefonsko številko",
"Call Failed": "Klic ni uspel",
"Change": "Sprememba",
"Explore rooms": "Raziščite sobe",
"Create Account": "Registracija",
"Identity server has no terms of service": "Identifikacijski strežnik nima pogojev storitve",
"%(value)ss": "%(value)s sekunda",
"%(value)sm": "%(value)s minuta",
"%(value)sh": "%(value)s ura",
"%(value)sd": "%(value)sd",
"%(date)s at %(time)s": "%(date)s ob %(time)s",
"%(seconds)ss left": "Preostalo je %(seconds)s sekund",
"%(minutes)sm %(seconds)ss left": "Preostalo je %(minutes)s minut %(seconds)s sekund",
"%(hours)sh %(minutes)sm %(seconds)ss left": "Preostalo je %(hours)s ur, %(minutes)s minut %(seconds)s sekund",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s",
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s",
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
"AM": "AM",
"PM": "PM",
"Dec": "Dec",
"Nov": "Nov",
"Oct": "Okt",
"Sep": "Sep",
"Aug": "Aug",
"Jul": "Jul",
"Jun": "Jun",
"May": "Maj",
"Apr": "Apr",
"Mar": "Mar",
"Feb": "Feb",
"Jan": "Jan",
"Sat": "Sob",
"Fri": "Pet",
"Thu": "Čet",
"Wed": "Sre",
"Tue": "Tor",
"Mon": "Pon",
"Sun": "Ned",
"The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Datoteka '%(fileName)s' je večja od omejitve, nastavljene na strežniku",
"The file '%(fileName)s' failed to upload.": "Datoteka '%(fileName)s' se ni uspešno naložila.",
"Unable to load! Check your network connectivity and try again.": "Napaka pri nalaganju! Preverite vašo povezavo in poskusite ponovno.",
"common": {
"analytics": "Analitika",
"error": "Napaka",
"attachment": "Priponka"
},
"keyboard": {
"end": "Konec"
},
"action": {
"confirm": "Potrdi",
"dismiss": "Opusti",
"sign_in": "Prijava"
}
}