Merge pull request #59 from weblate/weblate-simple-mobile-tools-simple-keyboard

Translations update from Hosted Weblate
This commit is contained in:
Tibor Kaputa 2022-07-04 23:00:22 +02:00 committed by GitHub
commit 75fb8a264a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 160 additions and 30 deletions

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Keyboard</string>
<string name="app_launcher_name">Keyboard</string>
<string name="redirection_note">Please enable Simple Keyboard on the next screen, to make it an available keyboard. Press \'Back\' once enabled.</string>
<string name="change_keyboard">Change Keyboard</string>
<!-- Clipboard -->
<string name="manage_clipboard_items">Manage clipboard items</string>
<string name="manage_clipboard_empty">Your clipboard is empty.</string>
<string name="manage_clipboard_label">Once you copy some text, it will show up here. You can also pin clips so they won\'t disappear later.</string>
<string name="clear_clipboard_data">Clear clipboard data</string>
<string name="clear_clipboard_data_confirmation">Are you sure you want to clear the clipboard data?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_current">Current</string>
<string name="clipboard_pinned">Pinned</string>
<string name="add_new_item">Add a new item</string>
<string name="manage_clips">You can manage or add clips here for quick access.</string>
<string name="clip_text">Clip text</string>
<string name="pin_text">Pin text</string>
<string name="text_pinned">Text has been pinned</string>
<string name="export_clipboard_items">Export clipboard items</string>
<string name="import_clipboard_items">Import clipboard items</string>
<!-- Accessibility -->
<string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Change keyboard type</string>
<string name="keycode_shift">Shift</string>
<string name="keycode_enter">Enter</string>
<!-- Settings -->
<string name="show_clipboard_content">Show clipboard content if available</string>
<string name="show_popup">Show a popup on keypress</string>
<string name="vibrate_on_keypress">Vibrate on keypress</string>
<string name="keyboard_language">Keyboard language</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Keyboard</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Easy keyboard for inserting all kinds of texts, special characters and numbers</string>
<string name="app_long_description">
A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View File

@ -5,38 +5,38 @@
<string name="redirection_note">Aktiviraj jednostavnu tipkovnicu na sljedećem ekranu kako bi tipkovnica bila dostupna. Nakon što je aktivirana pritisni „Natrag”.</string> <string name="redirection_note">Aktiviraj jednostavnu tipkovnicu na sljedećem ekranu kako bi tipkovnica bila dostupna. Nakon što je aktivirana pritisni „Natrag”.</string>
<string name="change_keyboard">Promijeni tipkovnicu</string> <string name="change_keyboard">Promijeni tipkovnicu</string>
<!-- Clipboard --> <!-- Clipboard -->
<string name="manage_clipboard_items">Upravljajte stavkama međuspremnika</string> <string name="manage_clipboard_items">Upravljaj stavkama međuspremnika</string>
<string name="manage_clipboard_empty">Vaš međuspremnik je prazan.</string> <string name="manage_clipboard_empty">Tvoj međuspremnik je prazan.</string>
<string name="manage_clipboard_label">Kada kopirate neki tekst, on će se pojaviti ovdje. Također možete prikvačiti isječke kako ne bi kasnije nestali.</string> <string name="manage_clipboard_label">Kada kopiraš neki tekst, on će se pojaviti ovdje. Također možeš prikvačiti isječke kako kasnije ne bi nestali.</string>
<string name="clear_clipboard_data">Izbriši podatke međuspremnika</string> <string name="clear_clipboard_data">Izbriši podatke međuspremnika</string>
<string name="clear_clipboard_data_confirmation">Stvarno želiš izbrisati podatke međuspremnika\?</string> <string name="clear_clipboard_data_confirmation">Stvarno želiš izbrisati podatke međuspremnika\?</string>
<string name="clipboard">Clipboard</string> <string name="clipboard">Međuspremnik</string>
<string name="clipboard_recent">Recent</string> <string name="clipboard_recent">Nedavni</string>
<string name="clipboard_current">Sadašnji</string> <string name="clipboard_current">Aktualni</string>
<string name="clipboard_pinned">Prikvačeno</string> <string name="clipboard_pinned">Prikvačeni</string>
<string name="add_new_item">Dodajte novu stavku</string> <string name="add_new_item">Dodaj novu stavku</string>
<string name="manage_clips">Ovdje možete upravljati ili dodavati isječke za brzi pristup.</string> <string name="manage_clips">Ovdje možeš upravljati ili dodati isječke za brzi pristup.</string>
<string name="clip_text">Tekst isječka</string> <string name="clip_text">Odreži tekst</string>
<string name="pin_text">Pin text</string> <string name="pin_text">Prikvači tekst</string>
<string name="text_pinned">Tekst je prikvačen</string> <string name="text_pinned">Tekst je prikvačen</string>
<string name="export_clipboard_items">Export clipboard items</string> <string name="export_clipboard_items">Izvezi stavke međuspremnika</string>
<string name="import_clipboard_items">Import clipboard items</string> <string name="import_clipboard_items">Uvezi stavke međuspremnika</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Izbriži</string> <string name="keycode_delete">Izbriži</string>
<string name="keycode_mode_change">Promijeni vrstu tipkovnice</string> <string name="keycode_mode_change">Promijeni vrstu tipkovnice</string>
<string name="keycode_shift">Shift</string> <string name="keycode_shift">Shift</string>
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Prikaži sadržaj međuspremnika ako je dostupan</string> <string name="show_clipboard_content">Prikaži sadržaj međuspremnika ako postoji</string>
<string name="show_popup">Prikažite skočni prozor pri pritisku tipke</string> <string name="show_popup">Prikaži skočni prozor prilikom pritiskanja tipke</string>
<string name="vibrate_on_keypress">Vibracija pri pritisku tipke</string> <string name="vibrate_on_keypress">Vibriraj prilikom pritiskanja tipke</string>
<string name="keyboard_language">Jezik tipkovnice</string> <string name="keyboard_language">Jezik tipkovnice</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have --> <!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednostavna tipkovnica</string> <string name="app_title">Jednostavna tipkovnica</string>
<string name="app_short_description">Jednostavna tipkovnica za umetanje svih vrsta tekstova, posebnih znakova i brojeva</string> <string name="app_short_description">Tipkovnica za umetanje svih vrsta tekstova, posebnih znakova i brojeva</string>
<!-- Short description has to have less than 80 chars --> <!-- Short description has to have less than 80 chars -->
<string name="app_long_description"> Brza lagana aplikacija za tipkovnicu koja pomaže u razgovoru s prijateljima ili umetanju bilo kojeg drugog teksta, brojeva ili simbola. Dolazi s materijalnim dizajnom i tamnom temom prema zadanim postavkama, pruža izvrsno korisničko iskustvo za jednostavnu upotrebu. Nedostatak pristupa internetu daje vam više privatnosti, sigurnosti i stabilnosti od drugih aplikacija. Ne sadrži oglase niti nepotrebna dopuštenja. Potpuno je otvorenog koda, pruža prilagodljive boje. <b>Pogledajte cijeli paket Jednostavni Alati ovdje:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string> <string name="app_long_description"> Brza i mala aplikacija za tipkovnicu koja pomaže u razgovorima s prijateljima ili umetanju bilo kojeg drugog teksta, brojeva ili simbola. Aplikacija je izrađena u material-dizajnu i standardno koristi tamnu temu, pruža izvrsno korisničko iskustvo za jednostavnu upotrebu. Nedostatak pristupa internetu pruža bolju privatnost, sigurnost i stabilnost od drugih aplikacija. Ne sadrži oglase niti nepotrebne dozvole. Potpuno je otvorenog koda, pruža prilagodljive boje. <b>Pogledaj cijeli paket „Jednostavni alati” ovdje:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!-- <!--
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Keyboard</string>
<string name="app_launcher_name">Keyboard</string>
<string name="redirection_note">Please enable Simple Keyboard on the next screen, to make it an available keyboard. Press \'Back\' once enabled.</string>
<string name="change_keyboard">Change Keyboard</string>
<!-- Clipboard -->
<string name="manage_clipboard_items">Manage clipboard items</string>
<string name="manage_clipboard_empty">Your clipboard is empty.</string>
<string name="manage_clipboard_label">Once you copy some text, it will show up here. You can also pin clips so they won\'t disappear later.</string>
<string name="clear_clipboard_data">Clear clipboard data</string>
<string name="clear_clipboard_data_confirmation">Are you sure you want to clear the clipboard data?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_current">Current</string>
<string name="clipboard_pinned">Pinned</string>
<string name="add_new_item">Add a new item</string>
<string name="manage_clips">You can manage or add clips here for quick access.</string>
<string name="clip_text">Clip text</string>
<string name="pin_text">Pin text</string>
<string name="text_pinned">Text has been pinned</string>
<string name="export_clipboard_items">Export clipboard items</string>
<string name="import_clipboard_items">Import clipboard items</string>
<!-- Accessibility -->
<string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Change keyboard type</string>
<string name="keycode_shift">Shift</string>
<string name="keycode_enter">Enter</string>
<!-- Settings -->
<string name="show_clipboard_content">Show clipboard content if available</string>
<string name="show_popup">Show a popup on keypress</string>
<string name="vibrate_on_keypress">Vibrate on keypress</string>
<string name="keyboard_language">Keyboard language</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Keyboard</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Easy keyboard for inserting all kinds of texts, special characters and numbers</string>
<string name="app_long_description">
A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View File

@ -1,10 +1,12 @@
Un'app rapida e leggera per la tastiera che aiuta a chattare con i tuoi amici, o a inserire qualsiasi altro testo, numero o simbolo. Un'app rapida e leggera per la tastiera che aiuta a chattare con i tuoi amici, o a inserire qualsiasi altro testo, numero o simbolo.
È possibile creare clip a portata di mano e fissare quelle utilizzate di frequente per un facile accesso. Puoi abilitare le vibrazioni, i popup sulla pressione dei tasti o scegliere la tua lingua dalla lista di quelle supportate.
Viene fornito con Material Design e tema scuro per impostazione predefinita, fornisce una grande esperienza utente per un facile utilizzo. La mancanza di accesso a internet ti dà più privacy, sicurezza e stabilità rispetto ad altre app. Viene fornito con Material Design e tema scuro per impostazione predefinita, fornisce una grande esperienza utente per un facile utilizzo. La mancanza di accesso a internet ti dà più privacy, sicurezza e stabilità rispetto ad altre app.
Non contiene annunci o permessi inutili. Il codice sorgente è completamente aperto, fornisce colori personalizzabili. Non contiene annunci o permessi inutili. Il codice sorgente è completamente aperto, fornisce colori personalizzabili.
<b> Guarda la suite completa di Simple Tools qui:</b> Guarda la suite completa di Simple Tools qui:
https://www.simplemobiletools.com https://www.simplemobiletools.com
Facebook: Facebook:
@ -12,3 +14,6 @@ https://www.facebook.com/simplemobiletools
Reddit: Reddit:
https://www.reddit.com/r/SimpleMobileTools https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -1,10 +1,12 @@
Szybka, lekka aplikacja klawiatury, która pomaga rozmawiać ze znajomymi lub wstawiać inne teksty, liczby lub symbole. Szybka, lekka aplikacja klawiatury, która pomaga rozmawiać ze znajomymi lub wstawiać inne teksty, liczby lub symbole.
Możesz tworzyć przydatne wpisy i przypinać często używane, aby mieć do nich łatwy dostęp. Możesz również włączyć wibracje, wyskakujące okienka przy naciśnięciu klawiszy lub wybrać język z listy obsługiwanych.
Domyślnie jest wyposażona w Material Design i ciemny motyw, zapewniając doskonałe doświadczenie użytkownika dla łatwego użytkowania. Brak dostępu do Internetu zapewnia większą prywatność, bezpieczeństwo i stabilność niż inne aplikacje. Domyślnie jest wyposażona w Material Design i ciemny motyw, zapewniając doskonałe doświadczenie użytkownika dla łatwego użytkowania. Brak dostępu do Internetu zapewnia większą prywatność, bezpieczeństwo i stabilność niż inne aplikacje.
Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę. Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę.
<b>Sprawdź pełen zestaw od Simple Tools tutaj:</b> Sprawdź pełen zestaw od Simple Tools tutaj:
https://www.simplemobiletools.com https://www.simplemobiletools.com
Facebook: Facebook:
@ -12,3 +14,6 @@ https://www.facebook.com/simplemobiletools
Reddit: Reddit:
https://www.reddit.com/r/SimpleMobileTools https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -1,14 +1,14 @@
Arkadaşlarınızla sohbet etmenize veya başka metinler, sayılar veya simgeler eklemenize yardımcı olan hızlı, hafif bir klavye uygulaması. Arkadaşlarınızla sohbet etmenize veya başka metinler, sayılar veya simgeler eklemenize yardımcı olan hızlı, hafif bir klavye uygulaması.
Varsayılan olarak materyal tasarım ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. Öntanımlı olarak material tasarım ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. İnternet erişiminin olmaması size diğer uygulamalardan daha fazla gizlilik, güvenlik ve kararlılık sağlar.
İnternet erişiminin olmaması size diğer uygulamalardan daha fazla gizlilik, güvenlik ve istikrar sağlar. Reklam veya gereksiz izinler içermez. Tamamen açık kaynaktır, özelleştirilebilir renkler sunar. Reklam veya gereksiz izinler içermez. Tamamen açık kaynaktır, özelleştirilebilir renkler sunar.
<b>Basit Araçlar paketinin tamamını buradan inceleyin:</b> <b>Basit Araçlar paketinin tamamını buradan inceleyin:</b>
https://www.simplemobiletools.com https://www.simplemobiletools.com
<b>Facebook:</b> Facebook:
https://www.facebook.com/simplemobiletools https://www.facebook.com/simplemobiletools
<b>Reddit:</b> Reddit:
https://www.reddit.com/r/SimpleMobileTools https://www.reddit.com/r/SimpleMobileTools

View File

@ -1,6 +1,8 @@
一款快速的轻量级键盘应用,帮助你与朋友聊天,或插入任何其他文本,数字或符号。它依照 一款快速的轻量级键盘应用,帮助你与朋友聊天,或插入任何其他文本,数字或符号。
Material Design 规范进行设计,默认为深色主题,使用方便,用户体验极佳。与其他同类应用相比,没有联网权限给你更多的隐私、安全和稳定性。不包含广告或不必要的权限。 你可以创建趁手的文本片段并固定常用的文本片段,以便于访问。 你可以切换振动、按键弹出窗口或从支持的列表中选择你的语言。
依据 Material Design 规范进行设计,默认为深色主题,使用方便,用户体验极佳。与其他同类应用相比,没有联网权限给你更多的隐私、安全和稳定性。不包含广告或不必要的权限。
它完全开源,提供可定制的颜色。 它完全开源,提供可定制的颜色。