Skip to content

Commit

Permalink
Merge pull request #522 from weblate/weblate-xbackbone-xbackbone
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed May 23, 2023
2 parents c3ebf4d + 4cf84fd commit 707d32f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/lang/cs.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
'mail.new_account_text_with_reset' => 'Zdravíme, %s!<br>Byl pro vás vytvořen nový účet na %s (<a href="%s">%s</a>). Klikněte na následující odkaz pro nastavení hesla a aktivaci účtu:<br><br><a href="%s">%s</a>',
'mail.new_account' => '%s - tvorba nového účtu',
'send_notification' => 'Poslat e-mailové oznámení',
'recaptcha_secret_key' => 'reCAPTCHA Secret Key',
'recaptcha_site_key' => 'reCAPTCHA Site Key',
'recaptcha_secret_key' => 'reCAPTCHA Tajný klíč',
'recaptcha_site_key' => 'reCAPTCHA Webový Klíč',
'only_recaptcha_v3' => 'Je podporována pouze reCAPTCHA v3.',
'recaptcha_keys_required' => 'Jsou vyžadovány všechny klíče reCAPTCHA.',
'recaptcha_enabled' => 'reCAPTCHA povolena',
Expand Down Expand Up @@ -159,4 +159,5 @@
'donation' => 'Přispět',
'drop_to_upload' => 'Klikněte nebo sem přetáhněte soubory pro nahrání.',
'no_upload_token' => 'Nemáte osobní nahrávací token. (Vygenerujte si jej a zkuste to znovu.)',
'image_embeds' => 'Vložené obrázky',
];
1 change: 1 addition & 0 deletions resources/lang/id.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@
'password_match' => 'Kata sandi harus sama.',
'custom_head_set' => 'Head HTML khusus diterapkan.',
'path_not_writable' => 'Destinasi berkas tidak dapat ditulis.',
'image_embeds' => 'Sematkan gambar',
];
1 change: 1 addition & 0 deletions resources/lang/ru.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@
'system_settings' => 'Системные настройки',
'upload' => 'Выгрузить',
'php_info' => 'Инфо о PHP',
'image_embeds' => 'Встроенные изображения',
];

0 comments on commit 707d32f

Please sign in to comment.