mirror of
https://github.com/casdoor/casdoor.git
synced 2025-08-14 02:07:46 +08:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d47ac6b957 | ||
![]() |
857824df19 | ||
![]() |
1e98d1e11b | ||
![]() |
48ba88de2d | ||
![]() |
a3a142db39 | ||
![]() |
3bb7cc6b81 |
@@ -47,7 +47,7 @@ func (form *VerificationForm) CheckParameter(checkType int, lang string) string
|
||||
return i18n.Translate(lang, "general:Missing parameter") + ": dest."
|
||||
}
|
||||
if form.CaptchaType == "" {
|
||||
return i18n.Translate(lang, "general:Missing parameter") + ": checkType."
|
||||
return i18n.Translate(lang, "general:Missing parameter") + ": captchaType."
|
||||
}
|
||||
if !strings.Contains(form.ApplicationId, "/") {
|
||||
return i18n.Translate(lang, "verification:Wrong parameter") + ": applicationId."
|
||||
|
@@ -47,6 +47,7 @@ func TestGenerateI18nFrontend(t *testing.T) {
|
||||
applyToOtherLanguage("frontend", "fa", data)
|
||||
applyToOtherLanguage("frontend", "cs", data)
|
||||
applyToOtherLanguage("frontend", "sk", data)
|
||||
applyToOtherLanguage("frontend", "az", data)
|
||||
}
|
||||
|
||||
func TestGenerateI18nBackend(t *testing.T) {
|
||||
@@ -77,4 +78,5 @@ func TestGenerateI18nBackend(t *testing.T) {
|
||||
applyToOtherLanguage("backend", "fa", data)
|
||||
applyToOtherLanguage("backend", "cs", data)
|
||||
applyToOtherLanguage("backend", "sk", data)
|
||||
applyToOtherLanguage("backend", "az", data)
|
||||
}
|
||||
|
193
i18n/locales/az/data.json
Normal file
193
i18n/locales/az/data.json
Normal file
@@ -0,0 +1,193 @@
|
||||
{
|
||||
"account": {
|
||||
"Failed to add user": "İstifadəçi əlavə etmə uğursuz oldu",
|
||||
"Get init score failed, error: %w": "Başlanğıc xal alınması uğursuz oldu, xəta: %w",
|
||||
"Please sign out first": "Xahiş edirik əvvəlcə çıxış edin",
|
||||
"The application does not allow to sign up new account": "Tətbiq yeni hesab qeydiyyatına icazə vermir"
|
||||
},
|
||||
"auth": {
|
||||
"Challenge method should be S256": "Çağırış metodu S256 olmalıdır",
|
||||
"DeviceCode Invalid": "Cihaz Kodu Etibarsızdır",
|
||||
"Failed to create user, user information is invalid: %s": "İstifadəçi yaratma uğursuz oldu, istifadəçi məlumatları etibarsızdır: %s",
|
||||
"Failed to login in: %s": "Giriş uğursuz oldu: %s",
|
||||
"Invalid token": "Etibarsız token",
|
||||
"State expected: %s, but got: %s": "Gözlənilən vəziyyət: %s, lakin alınan: %s",
|
||||
"The account for provider: %s and username: %s (%s) does not exist and is not allowed to sign up as new account via %%s, please use another way to sign up": "Provayder üçün hesab: %s və istifadəçi adı: %s (%s) mövcud deyil və %%s vasitəsilə yeni hesab olaraq qeydiyyatdan keçməyə icazə verilmir, xahiş edirik qeydiyyat üçün başqa üsul istifadə edin",
|
||||
"The account for provider: %s and username: %s (%s) does not exist and is not allowed to sign up as new account, please contact your IT support": "Provayder üçün hesab: %s və istifadəçi adı: %s (%s) mövcud deyil və yeni hesab olaraq qeydiyyatdan keçməyə icazə verilmir, xahiş edirik IT dəstəyinizlə əlaqə saxlayın",
|
||||
"The account for provider: %s and username: %s (%s) is already linked to another account: %s (%s)": "Provayder üçün hesab: %s və istifadəçi adı: %s (%s) artıq başqa hesabla əlaqələndirilmişdir: %s (%s)",
|
||||
"The application: %s does not exist": "Tətbiq: %s mövcud deyil",
|
||||
"The application: %s has disabled users to signin": "Tətbiq: %s istifadəçilərin girişini söndürmüşdür",
|
||||
"The login method: login with LDAP is not enabled for the application": "Giriş metodu: LDAP ilə giriş bu tətbiq üçün aktiv deyil",
|
||||
"The login method: login with SMS is not enabled for the application": "Giriş metodu: SMS ilə giriş bu tətbiq üçün aktiv deyil",
|
||||
"The login method: login with email is not enabled for the application": "Giriş metodu: email ilə giriş bu tətbiq üçün aktiv deyil",
|
||||
"The login method: login with face is not enabled for the application": "Giriş metodu: üz ilə giriş bu tətbiq üçün aktiv deyil",
|
||||
"The login method: login with password is not enabled for the application": "Giriş metodu: şifrə ilə giriş bu tətbiq üçün aktiv deyil",
|
||||
"The organization: %s does not exist": "Təşkilat: %s mövcud deyil",
|
||||
"The organization: %s has disabled users to signin": "Təşkilat: %s istifadəçilərin girişini söndürmüşdür",
|
||||
"The provider: %s does not exist": "Provayder: %s mövcud deyil",
|
||||
"The provider: %s is not enabled for the application": "Provayder: %s bu tətbiq üçün aktiv deyil",
|
||||
"Unauthorized operation": "İcazəsiz əməliyyat",
|
||||
"Unknown authentication type (not password or provider), form = %s": "Naməlum təsdiq növü (şifrə və ya provayder deyil), forma = %s",
|
||||
"User's tag: %s is not listed in the application's tags": "İstifadəçinin teqi: %s tətbiqin teqləri siyahısında yoxdur",
|
||||
"UserCode Expired": "İstifadəçi Kodunun Vaxtı Keçib",
|
||||
"UserCode Invalid": "İstifadəçi Kodu Etibarsızdır",
|
||||
"paid-user %s does not have active or pending subscription and the application: %s does not have default pricing": "ödənişli istifadəçi %s aktiv və ya gözləyən abunəyə malik deyil və tətbiq: %s defolt qiymətləndirməyə malik deyil",
|
||||
"the application for user %s is not found": "istifadəçi %s üçün tətbiq tapılmadı",
|
||||
"the organization: %s is not found": "təşkilat: %s tapılmadı"
|
||||
},
|
||||
"cas": {
|
||||
"Service %s and %s do not match": "Xidmət %s və %s uyğun gəlmir"
|
||||
},
|
||||
"check": {
|
||||
"%s does not meet the CIDR format requirements: %s": "%s CIDR format tələblərinə cavab vermir: %s",
|
||||
"Affiliation cannot be blank": "Mənsub sahəsi boş ola bilməz",
|
||||
"CIDR for IP: %s should not be empty": "IP üçün CIDR: %s boş olmamalıdır",
|
||||
"Default code does not match the code's matching rules": "Defolt kod kodun uyğunluq qaydalara uyğun gəlmir",
|
||||
"DisplayName cannot be blank": "Göstərilən Ad boş ola bilməz",
|
||||
"DisplayName is not valid real name": "Göstərilən Ad etibarlı həqiqi ad deyil",
|
||||
"Email already exists": "Email artıq mövcuddur",
|
||||
"Email cannot be empty": "Email boş ola bilməz",
|
||||
"Email is invalid": "Email etibarsızdır",
|
||||
"Empty username.": "Boş istifadəçi adı.",
|
||||
"Face data does not exist, cannot log in": "Üz məlumatları mövcud deyil, giriş edilə bilməz",
|
||||
"Face data mismatch": "Üz məlumatları uyğun gəlmir",
|
||||
"Failed to parse client IP: %s": "Müştəri IP-ni təhlil etmək uğursuz oldu: %s",
|
||||
"FirstName cannot be blank": "Ad boş ola bilməz",
|
||||
"Invitation code cannot be blank": "Dəvət kodu boş ola bilməz",
|
||||
"Invitation code exhausted": "Dəvət kodu tükənib",
|
||||
"Invitation code is invalid": "Dəvət kodu etibarsızdır",
|
||||
"Invitation code suspended": "Dəvət kodu dayandırılıb",
|
||||
"LDAP user name or password incorrect": "LDAP istifadəçi adı və ya şifrə yanlışdır",
|
||||
"LastName cannot be blank": "Soyad boş ola bilməz",
|
||||
"Multiple accounts with same uid, please check your ldap server": "Eyni uid ilə çoxlu hesablar, xahiş edirik ldap serverinizi yoxlayın",
|
||||
"Organization does not exist": "Təşkilat mövcud deyil",
|
||||
"Password cannot be empty": "Şifrə boş ola bilməz",
|
||||
"Phone already exists": "Telefon artıq mövcuddur",
|
||||
"Phone cannot be empty": "Telefon boş ola bilməz",
|
||||
"Phone number is invalid": "Telefon nömrəsi etibarsızdır",
|
||||
"Please register using the email corresponding to the invitation code": "Xahiş edirik dəvət koduna uyğun email istifadə edərək qeydiyyatdan keçin",
|
||||
"Please register using the phone corresponding to the invitation code": "Xahiş edirik dəvət koduna uyğun telefon istifadə edərək qeydiyyatdan keçin",
|
||||
"Please register using the username corresponding to the invitation code": "Xahiş edirik dəvət koduna uyğun istifadəçi adı istifadə edərək qeydiyyatdan keçin",
|
||||
"Session outdated, please login again": "Sessiyanın vaxtı keçib, xahiş edirik yenidən daxil olun",
|
||||
"The invitation code has already been used": "Dəvət kodu artıq istifadə edilib",
|
||||
"The user is forbidden to sign in, please contact the administrator": "İstifadəçinin girişi qadağandır, xahiş edirik administratorla əlaqə saxlayın",
|
||||
"The user: %s doesn't exist in LDAP server": "İstifadəçi: %s LDAP serverində mövcud deyil",
|
||||
"The username may only contain alphanumeric characters, underlines or hyphens, cannot have consecutive hyphens or underlines, and cannot begin or end with a hyphen or underline.": "İstifadəçi adı yalnız hərf-rəqəm simvolları, alt xətt və ya defis ehtiva edə bilər, ardıcıl defis və ya alt xətt ola bilməz və defis və ya alt xəttlə başlaya və ya bitə bilməz.",
|
||||
"The value \\\"%s\\\" for account field \\\"%s\\\" doesn't match the account item regex": "Hesab sahəsi \\\"%s\\\" üçün dəyər \\\"%s\\\" hesab elementi regex-inə uyğun gəlmir",
|
||||
"The value \\\"%s\\\" for signup field \\\"%s\\\" doesn't match the signup item regex of the application \\\"%s\\\"": "Qeydiyyat sahəsi \\\"%s\\\" üçün dəyər \\\"%s\\\" tətbiq \\\"%s\\\"in qeydiyyat elementi regex-inə uyğun gəlmir",
|
||||
"Username already exists": "İstifadəçi adı artıq mövcuddur",
|
||||
"Username cannot be an email address": "İstifadəçi adı email ünvanı ola bilməz",
|
||||
"Username cannot contain white spaces": "İstifadəçi adı boşluqlar ehtiva edə bilməz",
|
||||
"Username cannot start with a digit": "İstifadəçi adı rəqəmlə başlaya bilməz",
|
||||
"Username is too long (maximum is 255 characters).": "İstifadəçi adı çox uzundur (maksimum 255 simvoldur).",
|
||||
"Username must have at least 2 characters": "İstifadəçi adı ən azı 2 simvola malik olmalıdır",
|
||||
"Username supports email format. Also The username may only contain alphanumeric characters, underlines or hyphens, cannot have consecutive hyphens or underlines, and cannot begin or end with a hyphen or underline. Also pay attention to the email format.": "İstifadəçi adı email formatını dəstəkləyir. Həmçinin istifadəçi adı yalnız hərf-rəqəm simvolları, alt xətt və ya defis ehtiva edə bilər, ardıcıl defis və ya alt xətt ola bilməz və defis və ya alt xəttlə başlaya və ya bitə bilməz. Həmçinin email formatına diqqət edin.",
|
||||
"You have entered the wrong password or code too many times, please wait for %d minutes and try again": "Yanlış şifrə və ya kod dəfələrlə daxil etmisiniz, xahiş edirik %d dəqiqə gözləyin və yenidən cəhd edin",
|
||||
"Your IP address: %s has been banned according to the configuration of: ": "IP ünvanınız: %s konfiqurasiyaya görə qadağan edilib: ",
|
||||
"Your password has expired. Please reset your password by clicking \\\"Forgot password\\\"": "Şifrənizin vaxtı keçib. Xahiş edirik \\\"Şifrəni unutdum\\\" düyməsinə basaraq şifrənizi sıfırlayın",
|
||||
"Your region is not allow to signup by phone": "Regionunuzda telefonla qeydiyyata icazə verilmir",
|
||||
"password or code is incorrect": "şifrə və ya kod yanlışdır",
|
||||
"password or code is incorrect, you have %s remaining chances": "şifrə və ya kod yanlışdır, %s şansınız qalıb",
|
||||
"unsupported password type: %s": "dəstəklənməyən şifrə növü: %s"
|
||||
},
|
||||
"enforcer": {
|
||||
"the adapter: %s is not found": "adapter: %s tapılmadı"
|
||||
},
|
||||
"general": {
|
||||
"Failed to import groups": "Qrupları idxal etmək uğursuz oldu",
|
||||
"Failed to import users": "İstifadəçiləri idxal etmək uğursuz oldu",
|
||||
"Missing parameter": "Parametr çatışmır",
|
||||
"Only admin user can specify user": "Yalnız admin istifadəçi başqa istifadəçini təyin edə bilər",
|
||||
"Please login first": "Xahiş edirik əvvəlcə daxil olun",
|
||||
"The organization: %s should have one application at least": "Təşkilat: %s ən azı bir tətbiqə malik olmalıdır",
|
||||
"The user: %s doesn't exist": "İstifadəçi: %s mövcud deyil",
|
||||
"Wrong userId": "Yanlış istifadəçi ID-si",
|
||||
"don't support captchaProvider: ": "captcha provayderini dəstəkləmir: ",
|
||||
"this operation is not allowed in demo mode": "bu əməliyyat demo rejimində icazə verilmir",
|
||||
"this operation requires administrator to perform": "bu əməliyyat administrator tərəfindən yerinə yetirilməsini tələb edir"
|
||||
},
|
||||
"ldap": {
|
||||
"Ldap server exist": "LDAP serveri mövcuddur"
|
||||
},
|
||||
"link": {
|
||||
"Please link first": "Xahiş edirik əvvəlcə əlaqələndirin",
|
||||
"This application has no providers": "Bu tətbiqin provayderləri yoxdur",
|
||||
"This application has no providers of type": "Bu tətbiqin bu növdə provayderi yoxdur",
|
||||
"This provider can't be unlinked": "Bu provayderin əlaqəsi kəsilə bilməz",
|
||||
"You are not the global admin, you can't unlink other users": "Siz qlobal admin deyilsiniz, digər istifadəçilərin əlaqəsini kəsə bilməzsiniz",
|
||||
"You can't unlink yourself, you are not a member of any application": "Öz əlaqənizi kəsə bilməzsiniz, heç bir tətbiqin üzvü deyilsiniz"
|
||||
},
|
||||
"organization": {
|
||||
"Only admin can modify the %s.": "Yalnız admin %s-ni dəyişdirə bilər.",
|
||||
"The %s is immutable.": "%s dəyişilməzdir.",
|
||||
"Unknown modify rule %s.": "Naməlum dəyişdirmə qaydası %s.",
|
||||
"adding a new user to the 'built-in' organization is currently disabled. Please note: all users in the 'built-in' organization are global administrators in Casdoor. Refer to the docs: https://casdoor.org/docs/basic/core-concepts#how-does-casdoor-manage-itself. If you still wish to create a user for the 'built-in' organization, go to the organization's settings page and enable the 'Has privilege consent' option.": "'built-in' təşkilatına yeni istifadəçi əlavə etmək hazırda söndürülüb. Qeyd edin: 'built-in' təşkilatındakı bütün istifadəçilər Casdoor-da qlobal administratorlardır. Sənədlərə baxın: https://casdoor.org/docs/basic/core-concepts#how-does-casdoor-manage-itself. Əgər hələ də 'built-in' təşkilat üçün istifadəçi yaratmaq istəyirsinizsə, təşkilatın tənzimləmələr səhifəsinə gedib 'İmtiyaz razılığına malikdir' seçimini aktiv edin."
|
||||
},
|
||||
"permission": {
|
||||
"The permission: \\\"%s\\\" doesn't exist": "İcazə: \\\"%s\\\" mövcud deyil"
|
||||
},
|
||||
"provider": {
|
||||
"Invalid application id": "Etibarsız tətbiq id-si",
|
||||
"the provider: %s does not exist": "provayder: %s mövcud deyil"
|
||||
},
|
||||
"resource": {
|
||||
"User is nil for tag: avatar": "Avatar teqi üçün istifadəçi nil-dir",
|
||||
"Username or fullFilePath is empty: username = %s, fullFilePath = %s": "İstifadəçi adı və ya tam fayl yolu boşdur: istifadəçi adı = %s, tam fayl yolu = %s"
|
||||
},
|
||||
"saml": {
|
||||
"Application %s not found": "Tətbiq %s tapılmadı"
|
||||
},
|
||||
"saml_sp": {
|
||||
"provider %s's category is not SAML": "provayder %s-in kateqoriyası SAML deyil"
|
||||
},
|
||||
"service": {
|
||||
"Empty parameters for emailForm: %v": "emailForm üçün boş parametrlər: %v",
|
||||
"Invalid Email receivers: %s": "Etibarsız Email qəbuledicilər: %s",
|
||||
"Invalid phone receivers: %s": "Etibarsız telefon qəbuledicilər: %s"
|
||||
},
|
||||
"storage": {
|
||||
"The objectKey: %s is not allowed": "obyekt açarı: %s icazə verilmir",
|
||||
"The provider type: %s is not supported": "provayder növü: %s dəstəklənmir"
|
||||
},
|
||||
"subscription": {
|
||||
"Error": "Xəta"
|
||||
},
|
||||
"token": {
|
||||
"Grant_type: %s is not supported in this application": "Grant_type: %s bu tətbiqdə dəstəklənmir",
|
||||
"Invalid application or wrong clientSecret": "Etibarsız tətbiq və ya yanlış müştəri sirri",
|
||||
"Invalid client_id": "Etibarsız client_id",
|
||||
"Redirect URI: %s doesn't exist in the allowed Redirect URI list": "Yönləndirmə URI: %s icazə verilən Yönləndirmə URI siyahısında mövcud deyil",
|
||||
"Token not found, invalid accessToken": "Token tapılmadı, etibarsız accessToken"
|
||||
},
|
||||
"user": {
|
||||
"Display name cannot be empty": "Göstərilən ad boş ola bilməz",
|
||||
"MFA email is enabled but email is empty": "MFA email aktiv edilib, lakin email boşdur",
|
||||
"MFA phone is enabled but phone number is empty": "MFA telefon aktiv edilib, lakin telefon nömrəsi boşdur",
|
||||
"New password cannot contain blank space.": "Yeni şifrə boş yer ehtiva edə bilməz.",
|
||||
"the user's owner and name should not be empty": "istifadəçinin sahibi və adı boş olmamalıdır"
|
||||
},
|
||||
"util": {
|
||||
"No application is found for userId: %s": "İstifadəçi ID-si üçün heç bir tətbiq tapılmadı: %s",
|
||||
"No provider for category: %s is found for application: %s": "Tətbiq üçün kateqoriya üçün heç bir provayder tapılmadı: %s: %s",
|
||||
"The provider: %s is not found": "Provayder: %s tapılmadı"
|
||||
},
|
||||
"verification": {
|
||||
"Invalid captcha provider.": "Etibarsız captcha provaydeři.",
|
||||
"Phone number is invalid in your region %s": "Telefon nömrəsi sizin regionunuzda etibarsızdır %s",
|
||||
"The verification code has already been used!": "Doğrulama kodu artıq istifadə edilib!",
|
||||
"The verification code has not been sent yet!": "Doğrulama kodu hələ göndərilməyib!",
|
||||
"Turing test failed.": "Türinq testi uğursuz oldu.",
|
||||
"Unable to get the email modify rule.": "Email dəyişdirmə qaydasını əldə etmək mümkün olmadı.",
|
||||
"Unable to get the phone modify rule.": "Telefon dəyişdirmə qaydasını əldə etmək mümkün olmadı.",
|
||||
"Unknown type": "Naməlum növ",
|
||||
"Wrong verification code!": "Yanlış doğrulama kodu!",
|
||||
"You should verify your code in %d min!": "Kodunuzu %d dəqiqə içində doğrulamalısınız!",
|
||||
"please add a SMS provider to the \\\"Providers\\\" list for the application: %s": "xahiş edirik tətbiq üçün \\\"Provaydeerlər\\\" siyahısına SMS provaydeři əlavə edin: %s",
|
||||
"please add an Email provider to the \\\"Providers\\\" list for the application: %s": "xahiş edirik tətbiq üçün \\\"Provaydeerlər\\\" siyahısına Email provaydeři əlavə edin: %s",
|
||||
"the user does not exist, please sign up first": "istifadəçi mövcud deyil, xahiş edirik əvvəlcə qeydiyyatdan keçin"
|
||||
},
|
||||
"webauthn": {
|
||||
"Found no credentials for this user": "Bu istifadəçi üçün heç bir etimadnamə tapılmadı",
|
||||
"Please call WebAuthnSigninBegin first": "Xahiş edirik əvvəlcə WebAuthnSigninBegin çağırın"
|
||||
}
|
||||
}
|
@@ -37,7 +37,8 @@
|
||||
"UA",
|
||||
"KZ",
|
||||
"CZ",
|
||||
"SK"
|
||||
"SK",
|
||||
"AZ"
|
||||
],
|
||||
"defaultAvatar": "",
|
||||
"defaultApplication": "",
|
||||
@@ -66,7 +67,8 @@
|
||||
"kk",
|
||||
"fa",
|
||||
"cs",
|
||||
"sk"
|
||||
"sk",
|
||||
"az"
|
||||
],
|
||||
"masterPassword": "",
|
||||
"defaultPassword": "",
|
||||
|
@@ -30,7 +30,7 @@ type Ldap struct {
|
||||
AllowSelfSignedCert bool `xorm:"bool" json:"allowSelfSignedCert"`
|
||||
Username string `xorm:"varchar(100)" json:"username"`
|
||||
Password string `xorm:"varchar(100)" json:"password"`
|
||||
BaseDn string `xorm:"varchar(100)" json:"baseDn"`
|
||||
BaseDn string `xorm:"varchar(500)" json:"baseDn"`
|
||||
Filter string `xorm:"varchar(200)" json:"filter"`
|
||||
FilterFields []string `xorm:"varchar(100)" json:"filterFields"`
|
||||
DefaultGroup string `xorm:"varchar(100)" json:"defaultGroup"`
|
||||
|
@@ -102,7 +102,12 @@ func AutoSigninFilter(ctx *context.Context) {
|
||||
userId = ctx.Input.Query("username")
|
||||
password := ctx.Input.Query("password")
|
||||
if userId != "" && password != "" && ctx.Input.Query("grant_type") == "" {
|
||||
owner, name := util.GetOwnerAndNameFromId(userId)
|
||||
owner, name, err := util.GetOwnerAndNameFromIdWithError(userId)
|
||||
if err != nil {
|
||||
responseError(ctx, err.Error())
|
||||
return
|
||||
}
|
||||
|
||||
_, err = object.CheckUserPassword(owner, name, password, "en")
|
||||
if err != nil {
|
||||
responseError(ctx, err.Error())
|
||||
|
@@ -60,6 +60,7 @@ export const Countries = [
|
||||
{label: "فارسی", key: "fa", country: "IR", alt: "فارسی"},
|
||||
{label: "Čeština", key: "cs", country: "CZ", alt: "Čeština"},
|
||||
{label: "Slovenčina", key: "sk", country: "SK", alt: "Slovenčina"},
|
||||
{label: "Azərbaycan dili", key: "az", country: "AZ", alt: "Azərbaycan dili"},
|
||||
];
|
||||
|
||||
export function getThemeData(organization, application) {
|
||||
@@ -204,7 +205,7 @@ export const OtherProviderInfo = {
|
||||
url: "https://aws.amazon.com/s3",
|
||||
},
|
||||
"MinIO": {
|
||||
logo: "https://min.io/resources/img/logo.svg",
|
||||
logo: `${StaticBaseUrl}/img/social_minio.png`,
|
||||
url: "https://min.io/",
|
||||
},
|
||||
"Aliyun OSS": {
|
||||
|
@@ -133,6 +133,9 @@ function initLanguage() {
|
||||
case "sk-SK":
|
||||
language = "sk";
|
||||
break;
|
||||
case "az":
|
||||
language = "az";
|
||||
break;
|
||||
default:
|
||||
language = Conf.DefaultLanguage;
|
||||
}
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "الاسم الأخير",
|
||||
"Later": "لاحقًا",
|
||||
"Logging & Auditing": "التسجيل والمراجعة",
|
||||
"Login page": "Login page",
|
||||
"Logo": "الشعار",
|
||||
"Logo - Tooltip": "الأيقونات التي يعرضها التطبيق للعالم الخارجي",
|
||||
"Logo dark": "الشعار المظلم",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "مزامنة",
|
||||
"Syncers": "المزامنات",
|
||||
"System Info": "معلومات النظام",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "حدثت مشكلة أثناء تسجيل دخولك..",
|
||||
"This is a read-only demo site!": "هذا موقع تجريبي للقراءة فقط!",
|
||||
"Timestamp": "الطابع الزمني",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "يرجى كتابة منظمة لتسجيل الدخول",
|
||||
"Redirecting, please wait.": "جار إعادة التوجيه، يرجى الانتظار.",
|
||||
"Refresh": "تحديث",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "تسجيل الدخول",
|
||||
"Sign in with Face ID": "تسجيل الدخول باستخدام معرف الوجه",
|
||||
"Sign in with WebAuthn": "تسجيل الدخول باستخدام WebAuthn",
|
||||
|
1326
web/src/locales/az/data.json
Normal file
1326
web/src/locales/az/data.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -331,6 +331,7 @@
|
||||
"Last name": "Příjmení",
|
||||
"Later": "Později",
|
||||
"Logging & Auditing": "Logování a audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Ikony, které aplikace prezentuje světu",
|
||||
"Logo dark": "Tmavé logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchronizovat",
|
||||
"Syncers": "Synchronizátory",
|
||||
"System Info": "Systémové informace",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Při přihlašování nastal problém..",
|
||||
"This is a read-only demo site!": "Toto je demo stránka pouze pro čtení!",
|
||||
"Timestamp": "Časová značka",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Prosím zadejte organizaci pro přihlášení",
|
||||
"Redirecting, please wait.": "Přesměrování, prosím čekejte.",
|
||||
"Refresh": "Obnovit",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Přihlásit se",
|
||||
"Sign in with Face ID": "Přihlásit se pomocí Face ID",
|
||||
"Sign in with WebAuthn": "Přihlásit se pomocí WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nachname",
|
||||
"Later": "Später",
|
||||
"Logging & Auditing": "Protokollierung & Audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Symbole, die die Anwendung der Außenwelt präsentiert",
|
||||
"Logo dark": "Dunkles Logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchronisieren",
|
||||
"Syncers": "Syncer",
|
||||
"System Info": "Systeminformationen",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Es gab ein Problem beim Anmelden...",
|
||||
"This is a read-only demo site!": "Dies ist eine schreibgeschützte Demo-Seite!",
|
||||
"Timestamp": "Zeitstempel",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Bitte geben Sie eine Organisation zum Anmelden ein.",
|
||||
"Redirecting, please wait.": "Umleitung, bitte warten.",
|
||||
"Refresh": "Aktualisieren",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Anmelden",
|
||||
"Sign in with Face ID": "Mit Face ID anmelden",
|
||||
"Sign in with WebAuthn": "Melden Sie sich mit WebAuthn an",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Last name",
|
||||
"Later": "Later",
|
||||
"Logging & Auditing": "Logging & Auditing",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
||||
"Logo dark": "Logo dark",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Sync",
|
||||
"Syncers": "Syncers",
|
||||
"System Info": "System Info",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "There was a problem signing you in..",
|
||||
"This is a read-only demo site!": "This is a read-only demo site!",
|
||||
"Timestamp": "Timestamp",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Please type an organization to sign in",
|
||||
"Redirecting, please wait.": "Redirecting, please wait.",
|
||||
"Refresh": "Refresh",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Sign In",
|
||||
"Sign in with Face ID": "Sign in with Face ID",
|
||||
"Sign in with WebAuthn": "Sign in with WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Apellido",
|
||||
"Later": "Más tarde",
|
||||
"Logging & Auditing": "Registro y auditoría",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logotipo",
|
||||
"Logo - Tooltip": "Iconos que la aplicación presenta al mundo exterior",
|
||||
"Logo dark": "Logo oscuro",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Sincronización",
|
||||
"Syncers": "Sincronizadores",
|
||||
"System Info": "Información del Sistema",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Hubo un problema al iniciar sesión...",
|
||||
"This is a read-only demo site!": "¡Este es un sitio de demostración solo de lectura!",
|
||||
"Timestamp": "Marca de tiempo",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Por favor escribe una organización para iniciar sesión",
|
||||
"Redirecting, please wait.": "Redirigiendo, por favor espera.",
|
||||
"Refresh": "Actualizar",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Iniciar sesión",
|
||||
"Sign in with Face ID": "Iniciar sesión con Face ID",
|
||||
"Sign in with WebAuthn": "Iniciar sesión con WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "نام خانوادگی",
|
||||
"Later": "بعداً",
|
||||
"Logging & Auditing": "ورود و حسابرسی",
|
||||
"Login page": "Login page",
|
||||
"Logo": "لوگو",
|
||||
"Logo - Tooltip": "آیکونهایی که برنامه به بیرون ارائه میدهد",
|
||||
"Logo dark": "لوگوی تیره",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "همگامسازی",
|
||||
"Syncers": "همگامسازها",
|
||||
"System Info": "اطلاعات سیستم",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "مشکلی در ورود شما وجود داشت...",
|
||||
"This is a read-only demo site!": "این یک سایت دمو فقط خواندنی است!",
|
||||
"Timestamp": "مهر زمان",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "لطفاً یک سازمان برای ورود تایپ کنید",
|
||||
"Redirecting, please wait.": "در حال هدایت، لطفاً صبر کنید.",
|
||||
"Refresh": "به روزرسانی",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "ورود",
|
||||
"Sign in with Face ID": "ورود با شناسه چهره",
|
||||
"Sign in with WebAuthn": "ورود با WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Sukunimi",
|
||||
"Later": "Myöhemmin",
|
||||
"Logging & Auditing": "Kirjaaminen ja tarkastus",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Kuvakkeet, joita sovellus esittää ulkopuolelle",
|
||||
"Logo dark": "Tumma logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synkronoi",
|
||||
"Syncers": "Synkronointitoiminnot",
|
||||
"System Info": "Järjestelmätiedot",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Kirjautumisessasi ilmeni ongelma..",
|
||||
"This is a read-only demo site!": "Tämä on vain luku -muotoinen demo-sivusto!",
|
||||
"Timestamp": "Aikaleima",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Kirjoita organisaatio kirjautumista varten",
|
||||
"Redirecting, please wait.": "Ohjataan uudelleen, odota hetki.",
|
||||
"Refresh": "Päivitä",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Kirjaudu sisään",
|
||||
"Sign in with Face ID": "Kirjaudu Face ID:llä",
|
||||
"Sign in with WebAuthn": "Kirjaudu WebAuthn-tunnisteella",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nom de famille",
|
||||
"Later": "Plus tard",
|
||||
"Logging & Auditing": "Journalisation et audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Icônes que l'application présente au monde extérieur",
|
||||
"Logo dark": "Logo sombre",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchronisation",
|
||||
"Syncers": "Synchroniseurs",
|
||||
"System Info": "Informations système",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Un problème est survenu lors de votre connexion..",
|
||||
"This is a read-only demo site!": "Ceci est un site de démonstration en lecture seule !",
|
||||
"Timestamp": "Horodatage",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Veuillez entrer une organisation pour vous connecter",
|
||||
"Redirecting, please wait.": "Redirection en cours, veuillez patienter.",
|
||||
"Refresh": "Actualiser",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Se connecter",
|
||||
"Sign in with Face ID": "Se connecter avec Face ID",
|
||||
"Sign in with WebAuthn": "Connectez-vous avec WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "שם משפחה",
|
||||
"Later": "מאוחר יותר",
|
||||
"Logging & Auditing": "רישום וביקורת",
|
||||
"Login page": "Login page",
|
||||
"Logo": "לוגו",
|
||||
"Logo - Tooltip": "סמלים שהיישום מציג לעולם החיצון",
|
||||
"Logo dark": "לוגו כהה",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "סנכרן",
|
||||
"Syncers": "מסנכרנים",
|
||||
"System Info": "מידע מערכת",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "הייתה בעיה בכניסה שלך..",
|
||||
"This is a read-only demo site!": "זהו אתר הדגמה לקריאה בלבד!",
|
||||
"Timestamp": "חותמת זמן",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "אנא הקלד ארגון להתחברות",
|
||||
"Redirecting, please wait.": "מעביר, אנא המתן.",
|
||||
"Refresh": "רענן",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "התחבר",
|
||||
"Sign in with Face ID": "התחבר עם זיהוי פנים",
|
||||
"Sign in with WebAuthn": "התחבר עם WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nama belakang",
|
||||
"Later": "Nanti",
|
||||
"Logging & Auditing": "Pencatatan & Audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Ikon-ikon yang disajikan aplikasi ke dunia luar",
|
||||
"Logo dark": "Logo gelap",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Sinkronisasi",
|
||||
"Syncers": "Sinkronisasi",
|
||||
"System Info": "Informasi Sistem",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Ada masalah saat masuk...",
|
||||
"This is a read-only demo site!": "Ini adalah situs demo hanya untuk dibaca saja!",
|
||||
"Timestamp": "Stempel waktu",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Silakan ketik organisasi untuk masuk",
|
||||
"Redirecting, please wait.": "Mengalihkan, harap tunggu.",
|
||||
"Refresh": "Segarkan",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Masuk",
|
||||
"Sign in with Face ID": "Masuk dengan Face ID",
|
||||
"Sign in with WebAuthn": "Masuk dengan WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Cognome",
|
||||
"Later": "Più tardi",
|
||||
"Logging & Auditing": "Registrazione e audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Icone che l'applicazione presenta all'esterno",
|
||||
"Logo dark": "Logo scuro",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Sincronizza",
|
||||
"Syncers": "Syncers",
|
||||
"System Info": "Informazioni di sistema",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "C'è stato un problema nell'accesso...",
|
||||
"This is a read-only demo site!": "Questo è un sito demo in sola lettura!",
|
||||
"Timestamp": "Timestamp",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Digita un'organizzazione per accedere",
|
||||
"Redirecting, please wait.": "Reindirizzamento in corso, attendi.",
|
||||
"Refresh": "Aggiorna",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Accedi",
|
||||
"Sign in with Face ID": "Accedi con Face ID",
|
||||
"Sign in with WebAuthn": "Accedi con WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "苗字",
|
||||
"Later": "後で",
|
||||
"Logging & Auditing": "ログと監査",
|
||||
"Login page": "Login page",
|
||||
"Logo": "ロゴ",
|
||||
"Logo - Tooltip": "アプリケーションが外部世界に示すアイコン",
|
||||
"Logo dark": "ダークロゴ",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "同期",
|
||||
"Syncers": "同期ツール",
|
||||
"System Info": "システム情報",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "サインインに問題が発生しました...",
|
||||
"This is a read-only demo site!": "これは読み取り専用のデモサイトです!",
|
||||
"Timestamp": "タイムスタンプ",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "サインインする組織を入力してください",
|
||||
"Redirecting, please wait.": "リダイレクト中、お待ちください。",
|
||||
"Refresh": "更新",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "サインイン",
|
||||
"Sign in with Face ID": "顔IDでサインイン",
|
||||
"Sign in with WebAuthn": "WebAuthnでサインインしてください",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Тегі",
|
||||
"Later": "Кейінірек",
|
||||
"Logging & Auditing": "Журналдау және аудит",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Логотип",
|
||||
"Logo - Tooltip": "Қолданбаның сыртқы көріністегі белгілері",
|
||||
"Logo dark": "Қараңғы логотип",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Синхрондау",
|
||||
"Syncers": "Синхрондаушылар",
|
||||
"System Info": "Жүйе ақпараты",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Кіруде қиындық туындады..",
|
||||
"This is a read-only demo site!": "Бұл тек оқуға арналған демо сайт!",
|
||||
"Timestamp": "Уақыт мөрі",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Кіру үшін ұйымды енгізіңіз",
|
||||
"Redirecting, please wait.": "Қайта бағытталуда, күте тұрыңыз.",
|
||||
"Refresh": "Жаңарту",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Кіру",
|
||||
"Sign in with Face ID": "Face ID арқылы кіру",
|
||||
"Sign in with WebAuthn": "WebAuthn арқылы кіру",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "성",
|
||||
"Later": "나중에",
|
||||
"Logging & Auditing": "로깅 및 감사",
|
||||
"Login page": "Login page",
|
||||
"Logo": "로고",
|
||||
"Logo - Tooltip": "애플리케이션이 외부 세계에 제시하는 아이콘들",
|
||||
"Logo dark": "다크 로고",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "싱크",
|
||||
"Syncers": "동기화 도구",
|
||||
"System Info": "시스템 정보",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "로그인하는 데 문제가 발생했습니다.",
|
||||
"This is a read-only demo site!": "이것은 읽기 전용 데모 사이트입니다!",
|
||||
"Timestamp": "타임스탬프",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "로그인할 조직을 입력하세요.",
|
||||
"Redirecting, please wait.": "리디렉팅 중입니다. 잠시 기다려주세요.",
|
||||
"Refresh": "새로 고침",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "로그인",
|
||||
"Sign in with Face ID": "얼굴 ID로 로그인",
|
||||
"Sign in with WebAuthn": "WebAuthn으로 로그인하세요",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nama terakhir",
|
||||
"Later": "Kemudian",
|
||||
"Logging & Auditing": "Log & Audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Ikon yang aplikasi paparkan ke luar",
|
||||
"Logo dark": "Logo gelap",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Segerak",
|
||||
"Syncers": "Penyegerak",
|
||||
"System Info": "Maklumat Sistem",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Terdapat masalah untuk log masuk anda..",
|
||||
"This is a read-only demo site!": "Ini adalah tapak demo baca sahaja!",
|
||||
"Timestamp": "Cap masa",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Sila taip organisasi untuk log masuk",
|
||||
"Redirecting, please wait.": "Mengalihkan, sila tunggu.",
|
||||
"Refresh": "Segarkan",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Log Masuk",
|
||||
"Sign in with Face ID": "Log masuk dengan ID Wajah",
|
||||
"Sign in with WebAuthn": "Log masuk dengan WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Achternaam",
|
||||
"Later": "Later",
|
||||
"Logging & Auditing": "Logboekregistratie & Audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Pictogrammen die de applicatie naar buiten toe presenteert",
|
||||
"Logo dark": "Donker logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchroniseren",
|
||||
"Syncers": "Synchroniseerders",
|
||||
"System Info": "Systeeminfo",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Er was een probleem met het inloggen..",
|
||||
"This is a read-only demo site!": "Dit is een alleen-lezen demo-site!",
|
||||
"Timestamp": "Tijdstempel",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Typ een organisatie om in te loggen",
|
||||
"Redirecting, please wait.": "Doorverwijzen, even geduld...",
|
||||
"Refresh": "Vernieuwen",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Inloggen",
|
||||
"Sign in with Face ID": "Inloggen met gezichtsherkenning",
|
||||
"Sign in with WebAuthn": "Inloggen met WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nazwisko",
|
||||
"Later": "Później",
|
||||
"Logging & Auditing": "Logowanie i audyt",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Ikony, które aplikacja prezentuje na zewnątrz",
|
||||
"Logo dark": "Ciemne logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchronizuj",
|
||||
"Syncers": "Synchronizatory",
|
||||
"System Info": "Informacje o systemie",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Wystąpił problem podczas logowania..",
|
||||
"This is a read-only demo site!": "To jest tylko demonstracyjna strona tylko do odczytu!",
|
||||
"Timestamp": "Znacznik czasu",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Wpisz nazwę organizacji, aby się zalogować",
|
||||
"Redirecting, please wait.": "Przekierowywanie, proszę czekać.",
|
||||
"Refresh": "Odśwież",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Zaloguj się",
|
||||
"Sign in with Face ID": "Zaloguj się za pomocą Face ID",
|
||||
"Sign in with WebAuthn": "Zaloguj się za pomocą WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Sobrenome",
|
||||
"Later": "Depois",
|
||||
"Logging & Auditing": "Registro e Auditoria",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logotipo",
|
||||
"Logo - Tooltip": "Ícones que o aplicativo apresenta para o mundo externo",
|
||||
"Logo dark": "Logo escuro",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Sincronizar",
|
||||
"Syncers": "Sincronizadores",
|
||||
"System Info": "Informações do Sistema",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Ocorreu um problema ao fazer login...",
|
||||
"This is a read-only demo site!": "Este é um site de demonstração apenas para leitura!",
|
||||
"Timestamp": "Carimbo de data/hora",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Por favor, digite uma organização para entrar",
|
||||
"Redirecting, please wait.": "Redirecionando, por favor aguarde.",
|
||||
"Refresh": "Atualizar",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Entrar",
|
||||
"Sign in with Face ID": "Entrar com Face ID",
|
||||
"Sign in with WebAuthn": "Entrar com WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Фамилия",
|
||||
"Later": "Позже",
|
||||
"Logging & Auditing": "Логирование и аудит",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Логотип",
|
||||
"Logo - Tooltip": "Иконки, которые приложение представляет во внешний мир",
|
||||
"Logo dark": "Темный логотип",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Синхронизация",
|
||||
"Syncers": "Синхронизаторы",
|
||||
"System Info": "Системная информация",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Возникла проблема при входе...",
|
||||
"This is a read-only demo site!": "Это демонстрационный сайт только для чтения!",
|
||||
"Timestamp": "Метка времени",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Пожалуйста, введите организацию для входа",
|
||||
"Redirecting, please wait.": "Перенаправление, пожалуйста, подождите.",
|
||||
"Refresh": "Обновить",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Войти",
|
||||
"Sign in with Face ID": "Войти с Face ID",
|
||||
"Sign in with WebAuthn": "Войти с помощью WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Priezvisko",
|
||||
"Later": "Neskôr",
|
||||
"Logging & Auditing": "Zaznamenávanie a audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Ikony, ktoré aplikácia prezentuje vonkajšiemu svetu",
|
||||
"Logo dark": "Tmavé logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Synchronizovať",
|
||||
"Syncers": "Synchronizátory",
|
||||
"System Info": "Informácie o systéme",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Prihlásenie sa nepodarilo..",
|
||||
"This is a read-only demo site!": "Toto je stránka len na čítanie!",
|
||||
"Timestamp": "Časová značka",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Zadajte organizáciu na prihlásenie",
|
||||
"Redirecting, please wait.": "Prebieha presmerovanie, prosím čakajte.",
|
||||
"Refresh": "Obnoviť",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Prihlásiť sa",
|
||||
"Sign in with Face ID": "Prihlásiť sa pomocou Face ID",
|
||||
"Sign in with WebAuthn": "Prihlásiť sa pomocou WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Nama terakhir",
|
||||
"Later": "Kemudian",
|
||||
"Logging & Auditing": "Log & Audit",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logotyp",
|
||||
"Logo - Tooltip": "Ikon yang aplikasi paparkan ke luar",
|
||||
"Logo dark": "Logo gelap",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Segerak",
|
||||
"Syncers": "Penyegerak",
|
||||
"System Info": "Maklumat Sistem",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Terdapat masalah untuk log masuk anda..",
|
||||
"This is a read-only demo site!": "Ini adalah tapak demo baca sahaja!",
|
||||
"Timestamp": "Cap masa",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Skriv en organisation att logga in med",
|
||||
"Redirecting, please wait.": "Omdirigerar, vänta.",
|
||||
"Refresh": "Uppdatera",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Logga in",
|
||||
"Sign in with Face ID": "Logga in med Face ID",
|
||||
"Sign in with WebAuthn": "Logga in med WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Soyisim",
|
||||
"Later": "Sonra",
|
||||
"Logging & Auditing": "Günlük ve Denetim",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Uygulamanın dışarıya suntuğu simgeler",
|
||||
"Logo dark": "Koyu logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Senkronizasyon",
|
||||
"Syncers": "Senkronizörler",
|
||||
"System Info": "Sistem Bilgisi",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Oturum açarken bir sorun oluştu...",
|
||||
"This is a read-only demo site!": "Bu site sadece görüntüleme amaçlıdır!",
|
||||
"Timestamp": "Zaman damgası",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Lütfen oturum açmak için bir organizasyon yazın",
|
||||
"Redirecting, please wait.": "Yönlendiriliyor, lütfen bekleyiniz.",
|
||||
"Refresh": "Yenile",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Oturum aç",
|
||||
"Sign in with Face ID": "Face ID ile oturum aç",
|
||||
"Sign in with WebAuthn": "WebAuthn ile giriş yap",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Прізвище",
|
||||
"Later": "Пізніше",
|
||||
"Logging & Auditing": "Лісозаготівля",
|
||||
"Login page": "Login page",
|
||||
"Logo": "логотип",
|
||||
"Logo - Tooltip": "Значки, які програма представляє зовнішньому світу",
|
||||
"Logo dark": "Логотип темний",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Синхронізувати",
|
||||
"Syncers": "Синхронизатори",
|
||||
"System Info": "Інформація про систему",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Під час входу виникла проблема.",
|
||||
"This is a read-only demo site!": "Це демо-сайт лише для читання!",
|
||||
"Timestamp": "Мітка часу",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Будь ласка, введіть організацію, щоб увійти",
|
||||
"Redirecting, please wait.": "Перенаправлення, будь ласка, зачекайте.",
|
||||
"Refresh": "Оновити",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Увійти",
|
||||
"Sign in with Face ID": "Увійдіть за допомогою Face ID",
|
||||
"Sign in with WebAuthn": "Увійдіть за допомогою WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "Họ",
|
||||
"Later": "Để sau",
|
||||
"Logging & Auditing": "Nhật ký & Kiểm toán",
|
||||
"Login page": "Login page",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "Biểu tượng mà ứng dụng hiển thị ra ngoài thế giới",
|
||||
"Logo dark": "Logo tối",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "Đồng bộ",
|
||||
"Syncers": "Công cụ đồng bộ",
|
||||
"System Info": "Thông tin hệ thống",
|
||||
"Tab": "Tab",
|
||||
"There was a problem signing you in..": "Đã xảy ra lỗi khi đăng nhập..",
|
||||
"This is a read-only demo site!": "Đây là trang web giới thiệu chỉ có chức năng đọc!",
|
||||
"Timestamp": "Dấu thời gian",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "Vui lòng nhập tên tổ chức để đăng nhập",
|
||||
"Redirecting, please wait.": "Đang chuyển hướng, vui lòng đợi.",
|
||||
"Refresh": "Làm mới",
|
||||
"Select organization": "Select organization",
|
||||
"Sign In": "Đăng nhập",
|
||||
"Sign in with Face ID": "Đăng nhập bằng Face ID",
|
||||
"Sign in with WebAuthn": "Đăng nhập với WebAuthn",
|
||||
|
@@ -331,6 +331,7 @@
|
||||
"Last name": "姓氏",
|
||||
"Later": "稍后",
|
||||
"Logging & Auditing": "日志 & 审计",
|
||||
"Login page": "登录页面",
|
||||
"Logo": "Logo",
|
||||
"Logo - Tooltip": "应用程序向外展示的图标",
|
||||
"Logo dark": "暗黑logo",
|
||||
@@ -443,6 +444,7 @@
|
||||
"Sync": "同步",
|
||||
"Syncers": "同步器",
|
||||
"System Info": "系统信息",
|
||||
"Tab": "选项卡",
|
||||
"There was a problem signing you in..": "登录时遇到问题..",
|
||||
"This is a read-only demo site!": "这是一个只读演示站点!",
|
||||
"Timestamp": "时间",
|
||||
@@ -575,6 +577,7 @@
|
||||
"Please type an organization to sign in": "请输入要登录的组织",
|
||||
"Redirecting, please wait.": "正在跳转, 请稍等.",
|
||||
"Refresh": "刷新",
|
||||
"Select organization": "选择组织",
|
||||
"Sign In": "登录",
|
||||
"Sign in with Face ID": "人脸登录",
|
||||
"Sign in with WebAuthn": "WebAuthn登录",
|
||||
|
Reference in New Issue
Block a user