mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 18:40:20 +01:00
Merge pull request #522 from weblate/weblate-simple-mobile-tools-simple-notes
Translations update from Hosted Weblate
This commit is contained in:
commit
e83b4ecb09
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Notes</string>
|
||||
<string name="app_launcher_name">Notas</string>
|
||||
@ -27,7 +28,6 @@
|
||||
<string name="locking_warning">ADVERTENCIA: Si olvidas la contraseña de esta nota, ya no podrás recuperar su contenido.</string>
|
||||
<string name="new_text_note">New text note</string>
|
||||
<string name="new_checklist">New checklist</string>
|
||||
|
||||
<!-- File notes -->
|
||||
<string name="open_file">Abrir archivo</string>
|
||||
<string name="export_as_file">Exportar como archivo</string>
|
||||
@ -38,7 +38,6 @@
|
||||
<string name="note_saved_successfully">Nota \"%s\" guardada con éxito</string>
|
||||
<string name="note_exported_successfully">Nota \"%s\" exportada con éxito</string>
|
||||
<string name="only_export_file_content">Solo exportar el contenido del archivo actual\n(Modificar la nota no afectará el archivo)</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="display_success_message">Mostrar mensajes de guardado con éxito</string>
|
||||
<string name="links_and_emails_clickable">Mostrar enlaces y direcciones de correo como seleccionables</string>
|
||||
@ -58,7 +57,6 @@
|
||||
<string name="use_incognito_mode">Usar modo incógnito de los teclados</string>
|
||||
<string name="move_done_checklist_items">Mover ítems completados al final de la lista</string>
|
||||
<string name="add_new_checklist_items_top">Add new checklist items at the top</string>
|
||||
|
||||
<!-- Checklists -->
|
||||
<string name="checklist">Lista</string>
|
||||
<string name="checklists">Checklists</string>
|
||||
@ -66,17 +64,14 @@
|
||||
<string name="add_new_checklist_items">Añadir nuevos ítems a la lista</string>
|
||||
<string name="checklist_is_empty">La lista está vacía</string>
|
||||
<string name="remove_done_items">Borrar ítems completados</string>
|
||||
|
||||
<!-- Import / Export -->
|
||||
<string name="export_all_notes">Exportar todas las notas como archivos</string>
|
||||
<string name="import_folder">Importar carpeta</string>
|
||||
<string name="export_notes">Export all notes</string>
|
||||
<string name="import_notes">Import notes</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">¿Cómo puedo cambiar los colores del widget?</string>
|
||||
<string name="faq_1_title">¿Cómo puedo cambiar los colores del widget\?</string>
|
||||
<string name="faq_1_text">En caso de que solo tengas un widget activo, Puedes volverlo a crear, o usar el botón en los ajustes de la aplicación para personalziarlo. Si tienes múltiples widgets activos, el botón en los ajustes de la aplicación no estará disponible. Ya que la aplicación soporta personalización de color por widget, tendrás que volver a crear el widget tque quieres personalizar.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Notas Simple Pro: Organiza y planea</string>
|
||||
@ -111,9 +106,8 @@
|
||||
<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>
|
||||
</resources>
|
116
app/src/main/res/values-ro/strings.xml
Normal file
116
app/src/main/res/values-ro/strings.xml
Normal file
@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Notes</string>
|
||||
<string name="app_launcher_name">Note</string>
|
||||
<string name="widget_config">Vă mulțumim că ați folosit Simple Notes.\nPentru mai multe aplicații simple, vă rugăm să vizitați SimpleMobileTools.com.</string>
|
||||
<string name="cannot_share_empty_text">Nu se poate distribui text gol</string>
|
||||
<string name="simple_note">Notă simplă</string>
|
||||
<string name="new_note">Adăugați o nouă notă</string>
|
||||
<string name="no_title">Vă rugăm să denumiți nota dumneavoastră</string>
|
||||
<string name="title_taken">O notă cu acest titlu există deja</string>
|
||||
<string name="open_note">Deschideţi nota</string>
|
||||
<string name="delete_note">Ștergeți nota</string>
|
||||
<string name="delete_note_prompt_message">Sunteți sigur că doriți să ștergeți nota \"%s\"\?</string>
|
||||
<string name="pick_a_note">Alegeți o notă</string>
|
||||
<string name="rename_note">Redenumiți nota</string>
|
||||
<string name="general_note">Notă generală</string>
|
||||
<string name="create_new_note">Creați o nouă notă</string>
|
||||
<string name="add_to_note">Adăugați la notă</string>
|
||||
<string name="unsaved_changes_warning">Aveți unele modificări nesalvate. Ce doriți să faceți cu ele\?</string>
|
||||
<string name="note_shown_widget">Notă afișată în widget:</string>
|
||||
<string name="show_note_title">Arată titlul notei</string>
|
||||
<string name="new_note_type">Un nou tip de notă:</string>
|
||||
<string name="text_note">Notă text</string>
|
||||
<string name="lock_note">Blocaţi nota</string>
|
||||
<string name="unlock_note">Deblocaţi nota</string>
|
||||
<string name="note_content_locked">Conținutul notei este blocat.</string>
|
||||
<string name="show_content">Afișați conținutul</string>
|
||||
<string name="locking_warning">ATENȚIE: Dacă uitați parola notelor, nu o veți mai putea recupera și nici nu veți mai putea accesa conținutul notelor.</string>
|
||||
<string name="new_text_note">Noua notă de text</string>
|
||||
<string name="new_checklist">O nouă listă de verificare</string>
|
||||
<!-- File notes -->
|
||||
<string name="open_file">Deschideți fișierul</string>
|
||||
<string name="export_as_file">Exportați ca fișier</string>
|
||||
<string name="file_too_large">Fișier prea mare, limita este de 1MB</string>
|
||||
<string name="only_import_file_content">Importați numai conținutul fișierului\n(modificarea fișierului nu va afecta nota)</string>
|
||||
<string name="update_file_at_note">Actualizarea fișierului în sine la actualizarea notei\n(nota este ștearsă dacă fișierul este șters sau dacă se schimbă calea de acces)</string>
|
||||
<string name="delete_file_itself">Ștergeți și fișierul \"%s\"</string>
|
||||
<string name="note_saved_successfully">Nota \"%s\" salvată cu succes</string>
|
||||
<string name="note_exported_successfully">Nota \"%s\" a fost exportată cu succes</string>
|
||||
<string name="only_export_file_content">Exportați numai conținutul curent al fișierului\n(modificarea notei nu va afecta fișierul)</string>
|
||||
<!-- Settings -->
|
||||
<string name="display_success_message">Afișaţi mesajele de salvare cu succes</string>
|
||||
<string name="links_and_emails_clickable">Faceți link-urile și e-mailurile accesibile</string>
|
||||
<string name="place_cursor_end">Așezați cursorul la sfârșitul notei</string>
|
||||
<string name="monospaced_font">Utilizați un font monospațiat</string>
|
||||
<string name="show_keyboard">Afișare tastatură la pornire</string>
|
||||
<string name="show_word_count">Arată numărul de cuvinte</string>
|
||||
<string name="show_character_count">Arată numărul de caractere</string>
|
||||
<string name="alignment">Aliniere</string>
|
||||
<string name="left">Stânga</string>
|
||||
<string name="center">Centru</string>
|
||||
<string name="right">Dreapta</string>
|
||||
<string name="widget_note">Notă utilizată în widget</string>
|
||||
<string name="show_note_picker">Afișați un selector de note la pornire</string>
|
||||
<string name="autosave_notes">Salvare automată a notelor</string>
|
||||
<string name="enable_line_wrap">Enable line wrap</string>
|
||||
<string name="use_incognito_mode">Utilizați modul Incognito al tastaturilor</string>
|
||||
<string name="move_done_checklist_items">Mutați elementele realizate din lista de verificare în partea de jos</string>
|
||||
<string name="add_new_checklist_items_top">Adăugați noi elemente ale listei de verificare în partea de sus</string>
|
||||
<!-- Checklists -->
|
||||
<string name="checklist">Listă de verificare</string>
|
||||
<string name="checklists">Liste de verificare</string>
|
||||
<string name="add_new_checklist_item">Adăugați un nou element în lista de verificare</string>
|
||||
<string name="add_new_checklist_items">Adăugați noi elemente în lista de verificare</string>
|
||||
<string name="checklist_is_empty">Lista de verificare este goală</string>
|
||||
<string name="remove_done_items">Elimină elementele realizate</string>
|
||||
<!-- Import / Export -->
|
||||
<string name="export_all_notes">Exportați toate notele ca fișiere</string>
|
||||
<string name="import_folder">Importare dosar</string>
|
||||
<string name="export_notes">Exportați toate notele</string>
|
||||
<string name="import_notes">Importaţi note</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Cum pot schimba culoarea widget-urilor\?</string>
|
||||
<string name="faq_1_text">În cazul în care aveți doar un singur widget activ, îl puteți fie recrea, fie puteți utiliza butonul din setările aplicației pentru a-l personaliza. În cazul în care aveți mai multe widgeturi active, butonul din setările aplicației nu va fi disponibil. Deoarece aplicația acceptă personalizarea culorilor pentru fiecare widget în parte, va trebui să recreați widgetul pe care doriți să îl personalizați.</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_short_description">Planificator simplu: Creați notițe, liste de rezervă și liste de sarcini</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_title">Simple Notes Pro: Organizator de liste</string>
|
||||
<string name="app_long_description">
|
||||
★ Need to take a quick note of something to buy, an address, or a startup idea? Then look no further as this is the simple organizer tool you\'ve been looking for : Simple Notes: To-do list organizer and planner! No complicated setup steps needed, just tap the screen and type in what you came for and create notes, quick lists, checklist or backup for any idea. With your simple personal notebook you can remember anything fast! Shopping for groceries, memorizing your thoughts and easier setting up reminders taking notes has never been easier ★
|
||||
|
||||
Simple notes planner is quick, simple to use organizer and remarkable planner and it will serve as an invaluable tool and companion, helping you to remember necessary piece of information!
|
||||
|
||||
Our reminder tool allows you to keep track of your duties,create daily checklist for items or ideas with unprecedented simplicity, notability and unrivaled time-saving value. Manage your schedule in a quick and simple manner.
|
||||
|
||||
This notebook reminder tool comes with autosave so you will not discard your changes by mistake. It also supports creating multiple independent plain text notes and lists very fast.
|
||||
|
||||
You can easily access the note and organize your to-do list in no time by using the customizable and resizable widget, which opens the app on tap.
|
||||
|
||||
It is user friendly and contains absolutely no ads or unnecessary permissions - no strings attached. It is fully opensource, provides customizable colors which can be adjusted with quick and fast tweaking.
|
||||
|
||||
<b>Simple Notes: To-do list organizer and planner </b> is the best item organizer and list planner you can use with no ads. If you need a high quality organizer for a quick and goodnotes, a reliable and user friendly reminder that is truly simple to use, download our app right now :) Have your own personal notebook in your pocket every day and have a backup planner so you will not have to worry about forgetting an important meeting or your shopping list :).
|
||||
|
||||
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>Standalone website of Simple Notes Pro:</b>
|
||||
https://www.simplemobiletools.com/notes
|
||||
|
||||
<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>
|
@ -5,38 +5,38 @@
|
||||
<string name="widget_config">Tack för att du använder Simple Notes.\nDu hittar fler enkla appar på simplemobiletools.com.</string>
|
||||
<string name="cannot_share_empty_text">Det går inte att dela en tom anteckning</string>
|
||||
<string name="simple_note">Enkel anteckning</string>
|
||||
<string name="new_note">Lägg till en ny anteckning</string>
|
||||
<string name="new_note">Ny anteckning</string>
|
||||
<string name="no_title">Namnge din anteckning</string>
|
||||
<string name="title_taken">Det finns redan en anteckning med samma titel</string>
|
||||
<string name="open_note">Öppna anteckning</string>
|
||||
<string name="delete_note">Ta bort anteckning</string>
|
||||
<string name="delete_note">Ta bort</string>
|
||||
<string name="delete_note_prompt_message">Är du säker på att du vill ta bort anteckningen \"%s\"\?</string>
|
||||
<string name="pick_a_note">Välj en anteckning</string>
|
||||
<string name="rename_note">Byt namn på anteckning</string>
|
||||
<string name="rename_note">Byt namn</string>
|
||||
<string name="general_note">Allmän anteckning</string>
|
||||
<string name="create_new_note">Skapa en ny anteckning</string>
|
||||
<string name="add_to_note">Lägg till i anteckning</string>
|
||||
<string name="unsaved_changes_warning">Det finns några ändringar som inte har sparats. Vad vill du göra med dem?</string>
|
||||
<string name="note_shown_widget">Anteckning som visas i widgeten:</string>
|
||||
<string name="show_note_title">Show note title</string>
|
||||
<string name="new_note_type">Anteckningstyp:</string>
|
||||
<string name="text_note">Textanteckning</string>
|
||||
<string name="lock_note">Lock note</string>
|
||||
<string name="unlock_note">Unlock note</string>
|
||||
<string name="note_content_locked">Anteckningarnas \'innehåll\' är låst.</string>
|
||||
<string name="show_content">Show content</string>
|
||||
<string name="locking_warning">VARNING: Om du glömmer anteckningarnas\' lösenord kommer du inte att kunna återställa det eller komma åt anteckningarnas\' innehåll längre.</string>
|
||||
<string name="new_text_note">New text note</string>
|
||||
<string name="new_checklist">New checklist</string>
|
||||
<string name="show_note_title">Visa anteckningstitel</string>
|
||||
<string name="new_note_type">Format:</string>
|
||||
<string name="text_note">Anteckning</string>
|
||||
<string name="lock_note">Lås</string>
|
||||
<string name="unlock_note">Lås upp</string>
|
||||
<string name="note_content_locked">Anteckningens innehåll är låst.</string>
|
||||
<string name="show_content">Visa innehåll</string>
|
||||
<string name="locking_warning">VARNING: Om du glömmer anteckningens lösenord så finns ingen möjlighet att återställa detta och du kommer således förlora åtkomsten till anteckningens innehåll.</string>
|
||||
<string name="new_text_note">Ny textnot</string>
|
||||
<string name="new_checklist">Ny checklista</string>
|
||||
<!-- File notes -->
|
||||
<string name="open_file">Öppna fil</string>
|
||||
<string name="export_as_file">Exportera som fil</string>
|
||||
<string name="export_as_file">Exportera</string>
|
||||
<string name="file_too_large">Filen är för stor, gränsen är 1MB</string>
|
||||
<string name="only_import_file_content">Importera bara innehållet i filen\n(anteckningen påverkas inte om filen ändras)</string>
|
||||
<string name="update_file_at_note">Uppdatera själva filen när anteckningen uppdateras\n(anteckningen tas bort om filen tas bort eller sökvägen ändras)</string>
|
||||
<string name="delete_file_itself">Ta även bort filen \"%s\"</string>
|
||||
<string name="note_saved_successfully">Anteckningen \"%s\" har sparats</string>
|
||||
<string name="note_exported_successfully">Anteckningen \"%s\" har exporterats framgångsrikt</string>
|
||||
<string name="note_saved_successfully">Anteckning \"%s\" sparades framgångsrikt</string>
|
||||
<string name="note_exported_successfully">Anteckningen \"%s\" har exporterats</string>
|
||||
<string name="only_export_file_content">Exportera bara det aktuella innehållet i filen\n(filen påverkas inte om anteckningen ändras)</string>
|
||||
<!-- Settings -->
|
||||
<string name="display_success_message">Visa ett meddelande när en anteckning har sparats</string>
|
||||
@ -45,7 +45,7 @@
|
||||
<string name="monospaced_font">Använd ett teckensnitt med fast bredd</string>
|
||||
<string name="show_keyboard">Visa tangentbordet vid start</string>
|
||||
<string name="show_word_count">Visa antal ord</string>
|
||||
<string name="show_character_count">Show character count</string>
|
||||
<string name="show_character_count">Visa antal tecken</string>
|
||||
<string name="alignment">Justering</string>
|
||||
<string name="left">Vänster</string>
|
||||
<string name="center">Centrerad</string>
|
||||
@ -55,61 +55,31 @@
|
||||
<string name="autosave_notes">Spara anteckningar automatiskt</string>
|
||||
<string name="enable_line_wrap">Aktivera radbrytning</string>
|
||||
<string name="use_incognito_mode">Använd tangentbordets inkognitoläge</string>
|
||||
<string name="move_done_checklist_items">Move done checklist items to the bottom</string>
|
||||
<string name="add_new_checklist_items_top">Add new checklist items at the top</string>
|
||||
<string name="move_done_checklist_items">Flytta färdiga checklistor till botten</string>
|
||||
<string name="add_new_checklist_items_top">Lägg nya kryssrutor överst</string>
|
||||
<!-- Checklists -->
|
||||
<string name="checklist">Checklista</string>
|
||||
<string name="checklists">Checklists</string>
|
||||
<string name="checklists">Checklistor</string>
|
||||
<string name="add_new_checklist_item">Lägg till ett nytt checklisteobjekt</string>
|
||||
<string name="add_new_checklist_items">Lägg till nya checklisteobjekt</string>
|
||||
<string name="checklist_is_empty">Checklistan är tom</string>
|
||||
<string name="remove_done_items">Remove done items</string>
|
||||
<string name="remove_done_items">Ta bort slutförda</string>
|
||||
<!-- Import / Export -->
|
||||
<string name="export_all_notes">Exportera alla anteckningar som filer</string>
|
||||
<string name="import_folder">Importera mapp</string>
|
||||
<string name="export_notes">Export all notes</string>
|
||||
<string name="import_notes">Import notes</string>
|
||||
<string name="export_notes">Exportera allt</string>
|
||||
<string name="import_notes">Importera</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">How can I change the widgets color?</string>
|
||||
<string name="faq_1_text">In case you have only 1 active widget, you can either recreate it, or use the button in the app settings for customizing it. If you have multiple active widgets, the button in the app settings will not be available. As the app supports color customization per-widget, you will have to recreate the widget that you want to customize.</string>
|
||||
<string name="faq_1_title">Hur ändrar jag färgen på widgetarna\?</string>
|
||||
<string name="faq_1_text">Om du bara har 1 aktiv widget kan du antingen återskapa den eller använda knappen i appinställningarna för att anpassa den. Om du har flera aktiva widgetar är knappen i appinställningarna inte tillgänglig. Eftersom appen stöder färganpassning per widget måste du återskapa den widget som du vill anpassa.</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Simple Notes Pro: To-do list organizer and planner</string>
|
||||
<string name="app_title">Simpla anteckningar proffesionell: Att göra lista organisatör och planerare</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Simple planner: Create notes, backup & to-do lists with quick note reminder tool</string>
|
||||
<string name="app_long_description">
|
||||
★ Need to take a quick note of something to buy, an address, or a startup idea? Then look no further as this is the simple organizer tool you\'ve been looking for : Simple Notes: To-do list organizer and planner! No complicated setup steps needed, just tap the screen and type in what you came for and create notes, quick lists, checklist or backup for any idea. With your simple personal notebook you can remember anything fast! Shopping for groceries, memorizing your thoughts and easier setting up reminders taking notes has never been easier ★
|
||||
|
||||
Simple notes planner is quick, simple to use organizer and remarkable planner and it will serve as an invaluable tool and companion, helping you to remember necessary piece of information!
|
||||
|
||||
Our reminder tool allows you to keep track of your duties,create daily checklist for items or ideas with unprecedented simplicity, notability and unrivaled time-saving value. Manage your schedule in a quick and simple manner.
|
||||
|
||||
This notebook reminder tool comes with autosave so you will not discard your changes by mistake. It also supports creating multiple independent plain text notes and lists very fast.
|
||||
|
||||
You can easily access the note and organize your to-do list in no time by using the customizable and resizable widget, which opens the app on tap.
|
||||
|
||||
It is user friendly and contains absolutely no ads or unnecessary permissions - no strings attached. It is fully opensource, provides customizable colors which can be adjusted with quick and fast tweaking.
|
||||
|
||||
<b>Simple Notes: To-do list organizer and planner</b> is the best item organizer and list planner you can use with no ads. If you need a high quality organizer for a quick and goodnotes, a reliable and user friendly reminder that is truly simple to use, download our app right now :) Have your own personal notebook in your pocket every day and have a backup planner so you will not have to worry about forgetting an important meeting or your shopping list :).
|
||||
|
||||
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.
|
||||
|
||||
Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Standalone website of Simple Notes Pro:</b>
|
||||
https://www.simplemobiletools.com/notes
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
<string name="app_short_description">Simpel planerare: Skapa noteringar, backup & att göra listor med snabb noterings påminnelse verktyg</string>
|
||||
<string name="app_long_description"> ★ Behöver du anteckna något att köpa, en adress eller en idé för en ny verksamhet\? Då behöver du inte leta längre, för det här är det enkla organisatörsverktyget som du har letat efter: Simpla anteckningar: Att-göra-lista, organiserare och planerare! Inga komplicerade installationssteg behövs, tryck bara på skärmen och skriv in vad du kom för och skapa anteckningar, snabba listor, checklista eller backup för varje idé. Med din enkla personliga anteckningsbok kan du komma ihåg vad som helst snabbt! Handla för matvaror, memorera dina tankar och enklare ställa in påminnelser ta anteckningar har aldrig varit enklare ★ Simpel plannerare är snabb, enkel att använda organisatör och anmärkningsvärd planerare och det kommer att fungera som ett ovärderligt verktyg och följeslagare, hjälper dig att komma ihåg nödvändig information! Vårt påminnelseverktyg låter dig hålla reda på dina uppgifter, skapa dagliga checklistor för objekt eller idéer med oöverträffad enkelhet, notabilitet och oöverträffat tidsbesparande värde. Hantera ditt schema på ett snabbt och enkelt sätt. Detta påminnelseverktyg för anteckningsbok kommer med automatisksparande så att du inte kommer att kasta dina ändringar av misstag. Det stöder också att skapa flera oberoende anteckningar och listor i vanlig text mycket snabbt. Du kan enkelt komma åt anteckningen och organisera din att-göra-lista på nolltid med hjälp av den anpassningsbara och storleksanpassningsbara widgeten, som öppnar appen på tryck. Den är användarvänlig och innehåller absolut inga annonser eller onödiga behörigheter - inga villkor. Den är helt öppen källkod, ger anpassningsbara färger som kan justeras med snabb och snabb justering. <b>Simpla anteckningar: Att-göra-lista organisatlör och planläggare</b> är den bästa sakorganisatören och planeraren du kan hitta utan annonser. Om du behöver en högkvalitativ organisatör för snabba och bra anteckningar, en pålitlig och användarvänlig påminnelse som är riktigt enkel att använda, ladda ner vår app nu :) Ha din egen personliga anteckningsbok i fickan varje dag och ha en backup-planerare så att du inte behöver oroa dig för att glömma ett viktigt möte eller din inköpslista :). Den kommer med materialdesign och mörkt tema som standard, ger bra användarupplevelse för enkel användning. Avsaknaden av internetåtkomst ger dig mer integritet, säkerhet och stabilitet än andra appar. Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger. <b>Kika på hela samlingen av Simpla verktyg här:</b> https://www.simplemobiletools.com <b>Standalone website of Simple Notes Pro:</b> https://www.simplemobiletools.com/notes <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>
|
||||
</resources>
|
@ -18,7 +18,7 @@
|
||||
<string name="add_to_note">Додати до нотатки</string>
|
||||
<string name="unsaved_changes_warning">Ви внесли деякі зміни. Що ви бажаєте з ними зробити?</string>
|
||||
<string name="note_shown_widget">Нотатка, що показується у віджеті:</string>
|
||||
<string name="show_note_title">Show note title</string>
|
||||
<string name="show_note_title">Показувати назву нотатки</string>
|
||||
<string name="new_note_type">Новий тип нотаток:</string>
|
||||
<string name="text_note">Текст нотатки</string>
|
||||
<string name="lock_note">Заблокувати нотатку</string>
|
||||
@ -26,8 +26,8 @@
|
||||
<string name="note_content_locked">Вміст нотатки заблоковано.</string>
|
||||
<string name="show_content">Показати нотатку</string>
|
||||
<string name="locking_warning">ЗАСТЕРЕЖЕННЯ: Якщо ви забудете пароль, то більше не зможете його відновити або отримати доступ до вмісту нотаток.</string>
|
||||
<string name="new_text_note">New text note</string>
|
||||
<string name="new_checklist">New checklist</string>
|
||||
<string name="new_text_note">Нова текстова нотатка</string>
|
||||
<string name="new_checklist">Новий список</string>
|
||||
<!-- File notes -->
|
||||
<string name="open_file">Відкрити файл</string>
|
||||
<string name="export_as_file">Експортувати як файл</string>
|
||||
@ -55,11 +55,11 @@
|
||||
<string name="autosave_notes">Автозбереження нотаток</string>
|
||||
<string name="enable_line_wrap">Продовжувати друк з нового рядка</string>
|
||||
<string name="use_incognito_mode">Використовувати режим Приватності в клавіатурі</string>
|
||||
<string name="move_done_checklist_items">Поміщати вкінець виконані позиції у списку</string>
|
||||
<string name="add_new_checklist_items_top">Add new checklist items at the top</string>
|
||||
<string name="move_done_checklist_items">Поміщати виконані позиції в кінець списку</string>
|
||||
<string name="add_new_checklist_items_top">Додавати нові елементи на початку списку</string>
|
||||
<!-- Checklists -->
|
||||
<string name="checklist">Список</string>
|
||||
<string name="checklists">Checklists</string>
|
||||
<string name="checklists">Списки</string>
|
||||
<string name="add_new_checklist_item">Додати нову позицію у списку</string>
|
||||
<string name="add_new_checklist_items">Додати нові позиції у списку</string>
|
||||
<string name="checklist_is_empty">Список порожній</string>
|
||||
@ -67,7 +67,7 @@
|
||||
<!-- Import / Export -->
|
||||
<string name="export_all_notes">Експортувати всі нотатки як файли</string>
|
||||
<string name="import_folder">Імпортувати теку</string>
|
||||
<string name="export_notes">Export all notes</string>
|
||||
<string name="export_notes">Експортувати всі нотатки</string>
|
||||
<string name="import_notes">Import notes</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Як я можу змінити колір віджета?</string>
|
||||
@ -112,4 +112,4 @@
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user