Merge branch 'SimpleMobileTools:main' into add_languages

This commit is contained in:
Naveen Singh 2022-08-14 13:33:00 +05:30 committed by GitHub
commit c3f7cabe39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 102 additions and 50 deletions

View File

@ -1,36 +1,36 @@
<?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>
<string name="app_name">Простая клавіятура</string>
<string name="app_launcher_name">Клавіятура</string>
<string name="redirection_note">Калі ласка, уключыце Простую клавіятуру на наступным экране, каб зрабіць яе даступнай клавіятурай. Націсніце кнопку \"Назад\" пасля ўключэння.</string>
<string name="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>
<string name="manage_clipboard_items">Кіраванне элементамі буфера абмену</string>
<string name="manage_clipboard_empty">Ваш буфер абмену пусты.</string>
<string name="manage_clipboard_label">Калі вы скапіруеце тэкст, ён з\'явіцца тут. Вы таксама можаце замацаваць кліпы, каб яны не зніклі пазней.</string>
<string name="clear_clipboard_data">Ачысціць даныя буфера абмену</string>
<string name="clear_clipboard_data_confirmation">Вы ўпэўнены, што хочаце ачысціць даныя буфера абмену\?</string>
<string name="clipboard">Буфер абмену</string>
<string name="clipboard_recent">Апошнія</string>
<string name="clipboard_current">Ток</string>
<string name="clipboard_pinned">Замацаваны</string>
<string name="add_new_item">Дадайце новы элемент</string>
<string name="manage_clips">Вы можаце кіраваць або дадаваць кліпы тут для хуткага доступу.</string>
<string name="clip_text">Тэкст кліпа</string>
<string name="pin_text">Замацаваць тэкст</string>
<string name="text_pinned">Тэкст замацаваны</string>
<string name="export_clipboard_items">Экспарт элементаў буфера абмену</string>
<string name="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>
<string name="keycode_delete">Выдаліць</string>
<string name="keycode_mode_change">Змяніць тып клавіятуры</string>
<string name="keycode_shift">Зрух</string>
<string name="keycode_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>
<string name="show_clipboard_content">Паказаць змесціва буфера абмену, калі яно даступна</string>
<string name="show_popup">Паказваць усплывальнае акно пры націску клавішы</string>
<string name="vibrate_on_keypress">Вібрацыя пры націсканні клавіш</string>
<string name="keyboard_language">Мова клавіятуры</string>
<string name="keyboard_height">Keyboard height</string>
<!-- Emojis -->
<string name="emojis">Emojis</string>
@ -38,4 +38,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -31,11 +31,11 @@
<string name="show_popup">Zobrazit vyskakovací okno při stisknutí klávesy</string>
<string name="vibrate_on_keypress">Vibrovat při stisknutí klávesy</string>
<string name="keyboard_language">Jazyk klávesnice</string>
<string name="keyboard_height">Keyboard height</string>
<string name="keyboard_height">Výška klávesnice</string>
<!-- Emojis -->
<string name="emojis">Emojis</string>
<string name="emojis">Emotikony</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Keyboard</string>
<string name="app_name">Простая клавиатура</string>
<string name="app_launcher_name">Клавиатура</string>
<string name="redirection_note">Пожалуйста, активируйте Simple Keyboard на следующем экране. Затем нажмите \"назад\".</string>
<string name="change_keyboard">Сменить клавиатуру</string>
@ -14,7 +14,7 @@
<string name="clipboard_recent">Недавнее</string>
<string name="clipboard_current">Текущее</string>
<string name="clipboard_pinned">Закреплено</string>
<string name="add_new_item">Добавить</string>
<string name="add_new_item">Добавить новый элемент</string>
<string name="manage_clips">Здесь вы можете изменять или добавлять данные для быстрого доступа.</string>
<string name="clip_text">Выбрать текст</string>
<string name="pin_text">Закрепить текст</string>
@ -25,17 +25,17 @@
<string name="keycode_delete">Удалить</string>
<string name="keycode_mode_change">Изменить тип клавиатуры</string>
<string name="keycode_shift">Shift</string>
<string name="keycode_enter">Enter</string>
<string name="keycode_enter">Войти</string>
<!-- Settings -->
<string name="show_clipboard_content">Показывать содержимое буфера обмена при наличии</string>
<string name="show_popup">Показ ввода по нажатию</string>
<string name="show_popup">Показывать всплывающее окно при нажатии клавиши</string>
<string name="vibrate_on_keypress">Вибрация по нажатию</string>
<string name="keyboard_language">Язык клавиатуры</string>
<string name="keyboard_height">Keyboard height</string>
<string name="keyboard_height">Высота клавиатуры</string>
<!-- Emojis -->
<string name="emojis">Emojis</string>
<string name="emojis">Эмодзи</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,21 @@
A lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols. You can choose from multiple different languages and layouts.
You can create handy clips and pin frequently used ones for easy access. You can toggle vibrations, popups on keypresses or select your language from the list of supported ones.
You can choose from a huge variety of available emojis too.
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.
Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
Facebook:
https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -0,0 +1 @@
Easy keyboard for inserting all kinds of texts, special characters and numbers

View File

@ -0,0 +1 @@
Simple Keyboard

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,21 @@
A lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols. You can choose from multiple different languages and layouts.
You can create handy clips and pin frequently used ones for easy access. You can toggle vibrations, popups on keypresses or select your language from the list of supported ones.
You can choose from a huge variety of available emojis too.
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.
Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
Facebook:
https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -0,0 +1 @@
Easy keyboard for inserting all kinds of texts, special characters and numbers

View File

@ -0,0 +1 @@
Simple Keyboard

View File

@ -2,7 +2,9 @@ Un'app rapida e leggera per la tastiera che aiuta a chattare con i tuoi amici, o
È 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.
È inoltre possibile scegliere tra un'enorme varietà di emoji disponibili.
È dotato di Material Design e tema scuro, per un'ottima esperienza utente dal facile utilizzo. L'assenza di accesso a Internet offre maggiore privacy, sicurezza e stabilità rispetto ad altre applicazioni.
Non contiene annunci o permessi inutili. Il codice sorgente è completamente aperto, fornisce colori personalizzabili.

View File

@ -1 +1 @@
Tastiera facile per inserire tutti i tipi di testo, caratteri speciali e numeri
Tastiera facile per inserire tutti i tipi di testo, caratteri speciali e numeri

View File

@ -1 +1 @@
Tastiera semplice
Tastiera semplice

View File

@ -1,19 +1,21 @@
一款快速的轻量级键盘应用,帮助你与朋友聊天,或插入任何其他文本,数字或符号。
一款轻量级键盘应用,可以帮助你与朋友聊天,或插入任何其他文本,数字或符号。您可以从多种不同的语言和布局中进行选择。
你可以创建趁手的文本片段并固定常用的文本片段,以便于访问。 你可以切换振动、按键弹出窗口或从支持的列表中选择你的语言。
您可以固定经常使用的文本以方便访问。您可以切换振动,按键弹框或从支持的列表中选择您的语言。
依据 Material Design 规范进行设计,默认为深色主题,使用方便,用户体验极佳。与其他同类应用相比,没有联网权限给你更多的隐私、安全和稳定性。不包含广告或不必要的权限
你也可以从各种各样的表情包中进行选择
完全开源,提供可定制的颜色。
自带Material设计默认为深色主题使用方便用户体验极佳。与其他同类应用相比没有互联网访问权给你更多的隐私、安全和稳定。
访问此处查看全套 Simple Tools
不包含广告或不必要的权限。它完全开源,提供可定制的颜色。
查看全套 Simple Tools
https://www.simplemobiletools.com
Facebook:
Facebook
https://www.facebook.com/simplemobiletools
Reddit:
Reddit
https://www.reddit.com/r/SimpleMobileTools
Telegram:
Telegram
https://t.me/SimpleMobileTools