Skip to content

Commit e68d0e5

Browse files
authored
Merge pull request #755 from weblate/weblate-simple-mobile-tools-simple-contacts
Translations update from Hosted Weblate
2 parents 72b1e76 + 0cf6f46 commit e68d0e5

File tree

6 files changed

+359
-177
lines changed

6 files changed

+359
-177
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name">Simple Contacts</string>
4+
<string name="app_launcher_name">Contactes</string>
5+
<string name="address">Adreça</string>
6+
<string name="inserting">S\'està inserint…</string>
7+
<string name="updating">S\'està actualitzant…</string>
8+
<string name="phone_storage">Emmagatzematge del telèfon</string>
9+
<string name="phone_storage_hidden">Emmagatzematge del telèfon (no visible per altres aplicacions)</string>
10+
<string name="company">Empresa</string>
11+
<string name="job_position">Càrrec</string>
12+
<string name="website">Lloc web</string>
13+
<string name="send_sms_to_contacts">Envia un SMS a contactes</string>
14+
<string name="send_email_to_contacts">Envia un correu electrònic a contactes</string>
15+
<string name="send_sms_to_group">Envia un SMS a un grup</string>
16+
<string name="send_email_to_group">Envia un correu electrònic a un grup</string>
17+
<string name="create_new_contact">Crea un contacte nou</string>
18+
<string name="add_to_existing_contact">Afegeix a un contacte existent</string>
19+
<string name="fields_empty">S\'ha d\'omplir com a mínim 1 camp</string>
20+
<!-- Placeholders -->
21+
<string name="no_contacts_with_emails">No s\'ha trobat cap contacte amb correu electrònic</string>
22+
<string name="no_contacts_with_phone_numbers">No s\'ha trobat cap contacte amb número de telèfon</string>
23+
<string name="new_contact">Contacte nou</string>
24+
<string name="edit_contact">Edita el contacte</string>
25+
<string name="select_contact">Selecciona un contacte</string>
26+
<string name="nickname">Sobrenom</string>
27+
<!-- Groups -->
28+
<string name="no_groups">No hi ha cap grup</string>
29+
<string name="create_new_group">Crea un grup nou</string>
30+
<string name="remove_from_group">Elimina del grup</string>
31+
<string name="no_group_participants">Aquest grup està buit</string>
32+
<string name="add_contacts">Afegeix contactes</string>
33+
<string name="no_group_created">No hi ha cap grup de contactes al dispositiu</string>
34+
<string name="create_group">Crea un grup</string>
35+
<string name="add_to_group">Afegeix al grup</string>
36+
<string name="create_group_under_account">Crea un grup sota el compte</string>
37+
<!-- Photo -->
38+
<string name="take_photo">Fes una foto</string>
39+
<string name="choose_photo">Tria una foto</string>
40+
<string name="remove_photo">Elimina la foto</string>
41+
<!-- Settings -->
42+
<string name="show_phone_numbers">Mostra els números de telèfon</string>
43+
<string name="show_contact_thumbnails">Mostra les miniatures dels contactes</string>
44+
<string name="show_dialpad_button">Mostra un botó de teclat de marcatge a la pantalla principal</string>
45+
<string name="on_contact_click">En fer clic al contacte</string>
46+
<string name="call_contact">Truca al contacte</string>
47+
<string name="view_contact">Visualitza les dades del contacte</string>
48+
<string name="manage_shown_contact_fields">Gestiona els camps mostrats de contacte</string>
49+
<string name="contacts">Contactes</string>
50+
<string name="show_only_contacts_with_numbers">Mostra només els contactes amb números de telèfon</string>
51+
<string name="show_private_contacts">Mostra els contactes privats al Simple Dialer, Simple SMS Messenger i Simple Calendar Pro</string>
52+
<!-- Emails -->
53+
<string name="home">Llar</string>
54+
<string name="work">Feina</string>
55+
<string name="other">Altres</string>
56+
<!-- Phone numbers -->
57+
<string name="mobile">Mòbil</string>
58+
<string name="main_number">Principal</string>
59+
<string name="work_fax">Fax de la feina</string>
60+
<string name="home_fax">Fax de la llar</string>
61+
<string name="pager">Cercapersones</string>
62+
<string name="no_phone_number_found">No s\'ha trobat cap número de telèfon</string>
63+
<!-- Events -->
64+
<string name="birthday">Data de naixement</string>
65+
<string name="anniversary">Aniversari</string>
66+
<!-- Favorites -->
67+
<string name="no_favorites">Sembla que encara no has afegit cap contacte preferit.</string>
68+
<!-- Search -->
69+
<string name="search_contacts">Cerca contactes</string>
70+
<string name="search_favorites">Cerca als preferits</string>
71+
<string name="search_groups">Cerca grups</string>
72+
<!-- Export / Import -->
73+
<string name="import_contacts">Importa contactes</string>
74+
<string name="export_contacts">Exporta contactes</string>
75+
<string name="import_contacts_from_vcf">Importa contactes des d\'un fitxer .vcf</string>
76+
<string name="export_contacts_to_vcf">Exporta contactes a un fitxer .vcf</string>
77+
<string name="target_contact_source">Destinació de l\'origen dels contactes</string>
78+
<string name="include_contact_sources">Inclou l\'origen dels contactes</string>
79+
<string name="filename_without_vcf">Nom de fitxer (sense .vcf)</string>
80+
<!-- Dialpad -->
81+
<string name="dialpad">Teclat de marcatge</string>
82+
<string name="add_number_to_contact">Afegeix un número al contacte</string>
83+
<!-- Visible fields -->
84+
<string name="prefix">Prefix</string>
85+
<string name="suffix">Sufix</string>
86+
<string name="phone_numbers">Números de telèfon</string>
87+
<string name="emails">Correus electrònics</string>
88+
<string name="addresses">Adreces</string>
89+
<string name="events">Esdeveniments (dates de naixement, aniversaris)</string>
90+
<string name="organization">Organització</string>
91+
<string name="websites">Llocs web</string>
92+
<string name="groups">Grups</string>
93+
<string name="contact_source">Origen de contacte</string>
94+
<string name="instant_messaging">Missatgeria instantània (IM)</string>
95+
<string name="ringtone">To de trucada</string>
96+
<!-- Confirmation dialog -->
97+
<string name="delete_from_all_sources">El contacte s\'eliminarà de tots els orígens de contactes.</string>
98+
<plurals name="delete_groups">
99+
<item quantity="one">%d grup</item>
100+
<item quantity="other">%d grups</item>
101+
</plurals>
102+
<!-- FAQ -->
103+
<string name="faq_1_title">Vull canviar quins camps són visibles als contactes. Puc fer-ho\?</string>
104+
<string name="faq_1_text">Sí, tot el que has de fer és anar a Configuració -&gt; Gestiona els camps mostrats de contacte. Allà es pot seleccionar quins camps han de ser visibles. Alguns d\'ells fins i tot estan desactivats de manera predeterminada, de manera que és possible que en trobeu de nous.</string>
105+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
106+
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
107+
<string name="app_title">Simple Contacts Pro - Gestiona els teus contactes fàcilment</string>
108+
<!-- Short description has to have less than 80 chars -->
109+
<string name="app_short_description">Una aplicació premium per a la gestió de contactes sense anuncis, admet grups i preferits</string>
110+
<string name="app_long_description"> Una aplicació lleugera per gestionar els teus contactes, apreciada per milions de persones. Els contactes només es poden emmagatzemar al dispositiu, però també es poden sincronitzar mitjançant Google o altres comptes. També es pot utilitzar per gestionar els correus electrònics i els esdeveniments dels usuaris. Té la capacitat d\'ordenar/filtrar per múltiples paràmetres, opcionalment mostrar el cognom com a primer nom. Podeu mostrar els vostres contactes o grups preferits en una llista independent. Els grups es poden utilitzar per enviar correus electrònics o SMS per lots, per estalviar-vos temps, podeu canviar-los el nom fàcilment. Conté botons útils per trucar o enviar missatges de text als contactes. Tots els camps visibles es poden personalitzar com vulgueu, podeu amagar fàcilment els que no feu servir. La funció de cerca cercarà la cadena indicada a tots els camps visibles de contacte per tal que trobeu fàcilment el contacte desitjat. També hi ha un teclat lleuger al vostre servei, amb suggeriments intel·ligents de contacte. Admet l\'exportació/importació de contactes en format vCard a fitxers .vcf, per facilitar les migracions o fer una còpia de seguretat de les vostres dades. Amb aquest gestor de contactes modern i estable podeu protegir els vostres contactes no compartint-los amb altres aplicacions, de manera que podeu mantenir els vostres contactes privats. Igual que l\'origen del contacte, també podeu canviar fàcilment el nom del contacte, el correu electrònic, el número de telèfon, l\'adreça, l\'organització, els grups i molts altres camps personalitzables. També podeu utilitzar-lo per emmagatzemar esdeveniments dels contactes, com ara dates de naixement, aniversaris o qualsevol altre personalitzat. Aquest editor senzill de contactes té molts paràmetres útils, com ara mostrar els números de telèfon a la pantalla principal, canviar la visibilitat de les miniatures dels contactes, mostrar només contactes amb números de telèfon, mostrar un diàleg de confirmació de trucada abans d\'iniciar una trucada. Ve amb un marcador ràpid que també fa ús de lletres. Per millorar encara més l\'experiència de l\'usuari, podeu personalitzar què passa en fer clic a un contacte. Podeu iniciar una trucada, anar a la pantalla per veure els detalls o editar el contacte seleccionat. Podeu bloquejar fàcilment els números de telèfon per evitar trucades entrants no desitjades. Per evitar que es mostrin contactes potencialment no desitjats, té integrada una fusió potent de contactes duplicats. De manera predeterminada, inclou el Material Design i un tema fosc, proporciona una gran experiència d\'usuari per a un ús fàcil. La manca d\'accés a Internet us ofereix més privadesa, seguretat i estabilitat que altres aplicacions. No conté anuncis ni permisos innecessaris. És totalment de codi obert, proporciona colors personalitzables. <b>Consulteu el conjunt complet d\'eines simples aquí:</b> https://www.simplemobiletools.com <b>Lloc web autònom de Simple Contacts Pro:</b> https://www.simplemobiletools.com/contacts <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
111+
<!--
112+
Haven't found some strings? There's more at
113+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
114+
-->
115+
</resources>
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name">Simpla Kontaktadministrilo</string>
4+
<string name="app_launcher_name">Kontaktadministrilo</string>
5+
<string name="address">Adreso</string>
6+
<string name="inserting">Enmetante…</string>
7+
<string name="updating">Ĝisdatigante…</string>
8+
<string name="phone_storage">Phone storage</string>
9+
<string name="phone_storage_hidden">Phone storage (not visible by other apps)</string>
10+
<string name="company">Firmao</string>
11+
<string name="job_position">Job position</string>
12+
<string name="website">Retpaĝo</string>
13+
<string name="send_sms_to_contacts">Send SMS to contacts</string>
14+
<string name="send_email_to_contacts">Send email to contacts</string>
15+
<string name="send_sms_to_group">Send SMS to group</string>
16+
<string name="send_email_to_group">Send email to group</string>
17+
<string name="create_new_contact">Create new contact</string>
18+
<string name="add_to_existing_contact">Add to an existing contact</string>
19+
<string name="fields_empty">At least 1 field has to be filled out</string>
20+
<!-- Placeholders -->
21+
<string name="no_contacts_with_emails">No contacts with emails have been found</string>
22+
<string name="no_contacts_with_phone_numbers">No contacts with phone numbers have been found</string>
23+
<string name="new_contact">Nova kontakto</string>
24+
<string name="edit_contact">Modifi kontakton</string>
25+
<string name="select_contact">Elekti kontakton</string>
26+
<string name="nickname">Alnomo</string>
27+
<!-- Groups -->
28+
<string name="no_groups">Neniu grupo</string>
29+
<string name="create_new_group">Krei novan grupon</string>
30+
<string name="remove_from_group">Remove from group</string>
31+
<string name="no_group_participants">This group is empty</string>
32+
<string name="add_contacts">Add contacts</string>
33+
<string name="no_group_created">There are no contact groups on the device</string>
34+
<string name="create_group">Krei grupon</string>
35+
<string name="add_to_group">Add to group</string>
36+
<string name="create_group_under_account">Create group under account</string>
37+
<!-- Photo -->
38+
<string name="take_photo">Foti</string>
39+
<string name="choose_photo">Elekti foton</string>
40+
<string name="remove_photo">Forigi foton</string>
41+
<!-- Settings -->
42+
<string name="show_phone_numbers">Montri telefonnumeroj</string>
43+
<string name="show_contact_thumbnails">Show contact thumbnails</string>
44+
<string name="show_dialpad_button">Show a dialpad button on the main screen</string>
45+
<string name="on_contact_click">On contact click</string>
46+
<string name="call_contact">Call contact</string>
47+
<string name="view_contact">View contact details</string>
48+
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
49+
<string name="contacts">Contacts</string>
50+
<string name="show_only_contacts_with_numbers">Show only contacts with phone numbers</string>
51+
<string name="show_private_contacts">Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro</string>
52+
<!-- Emails -->
53+
<string name="home">Hejmo</string>
54+
<string name="work">Laboro</string>
55+
<string name="other">Alia</string>
56+
<!-- Phone numbers -->
57+
<string name="mobile">Mobile</string>
58+
<string name="main_number">Main</string>
59+
<string name="work_fax">Work Fax</string>
60+
<string name="home_fax">Home Fax</string>
61+
<string name="pager">Pager</string>
62+
<string name="no_phone_number_found">No phone number has been found</string>
63+
<!-- Events -->
64+
<string name="birthday">Naskiĝtago</string>
65+
<string name="anniversary">Anniversary</string>
66+
<!-- Favorites -->
67+
<string name="no_favorites">Seems like you haven\'t added any favorite contacts yet.</string>
68+
<!-- Search -->
69+
<string name="search_contacts">Serĉi kontaktojn</string>
70+
<string name="search_favorites">Search favorites</string>
71+
<string name="search_groups">Search groups</string>
72+
<!-- Export / Import -->
73+
<string name="import_contacts">Import contacts</string>
74+
<string name="export_contacts">Export contacts</string>
75+
<string name="import_contacts_from_vcf">Import contacts from a .vcf file</string>
76+
<string name="export_contacts_to_vcf">Export contacts to a .vcf file</string>
77+
<string name="target_contact_source">Target contact source</string>
78+
<string name="include_contact_sources">Include contact sources</string>
79+
<string name="filename_without_vcf">Filename (without .vcf)</string>
80+
<!-- Dialpad -->
81+
<string name="dialpad">Dialpad</string>
82+
<string name="add_number_to_contact">Add number to contact</string>
83+
<!-- Visible fields -->
84+
<string name="prefix">Prefix</string>
85+
<string name="suffix">Suffix</string>
86+
<string name="phone_numbers">Phone numbers</string>
87+
<string name="emails">Emails</string>
88+
<string name="addresses">Addresses</string>
89+
<string name="events">Events (birthdays, anniversaries)</string>
90+
<string name="organization">Organization</string>
91+
<string name="websites">Websites</string>
92+
<string name="groups">Groups</string>
93+
<string name="contact_source">Contact source</string>
94+
<string name="instant_messaging">Instant messaging (IM)</string>
95+
<string name="ringtone">Ringtone</string>
96+
<!-- Confirmation dialog -->
97+
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
98+
<plurals name="delete_groups">
99+
<item quantity="one">%d group</item>
100+
<item quantity="other">%d groups</item>
101+
</plurals>
102+
<!-- FAQ -->
103+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
104+
<string name="faq_1_text">Yes, all you have to do is go in Settings -> Manage shown contact fields. There you can select what fields should be visible. Some of them are even disabled by default, so you might find some new ones there.</string>
105+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
106+
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
107+
<string name="app_title">Simple Contacts Pro - Manage your contacts easily</string>
108+
<!-- Short description has to have less than 80 chars -->
109+
<string name="app_short_description">A premium app for contact management with no ads, supports groups and favorites</string>
110+
<string name="app_long_description">
111+
A lightweight app for managing your contacts loved by millions of people. The contacts can be stored on your device only, but also synchronized via Google, or other accounts.
112+
113+
You can use it for managing user emails and events too. It has the ability to sort/filter by multiple parameters, optionally display surname as the first name.
114+
115+
You can display your favorite contacts or groups on a separate list. Groups can be used for sending out batch emails or SMS, to save you some time, you can rename them easily.
116+
117+
It contains handy buttons for calling, or texting your contacts. All visible fields can be customized as you wish, you can easily hide the unused ones. The search function will search the given string at every visible contact field, to make you find your desired contact easily.
118+
119+
There is a lightweight dialpad at your service too, with smart contact suggestions.
120+
121+
It supports exporting/importing contacts in vCard format to .vcf files, for easy migrations or backing up your data.
122+
123+
With this modern and stable contacts manager you can protect your contacts by not sharing them with other apps, so you can keep your contacts private.
124+
125+
Like the contact source, you can also easily change the contact name, email, phone number, address, organization, groups and many other customizable fields. You can use it for storing contact events too, like birthdays, anniversaries, or any other custom ones.
126+
127+
This simple contact editor has many handy settings like showing phone numbers on the main screen, toggle contact thumbnail visibility, showing only contacts with phone numbers, showing a call confirmation dialog before initiating a call. It comes with a quick dialer that also makes use of letters.
128+
129+
To further improve the user experience, you can customize what happens at clicking on a contact. You can either initiate a call, go to the View Details screen, or edit the selected contact.
130+
131+
You can easily block phone numbers to avoid unwanted incoming calls.
132+
133+
To avoid showing potentially unwanted contacts, it has a powerful built in duplicate contact merger.
134+
135+
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.
136+
137+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
138+
139+
<b>Check out the full suite of Simple Tools here:</b>
140+
https://www.simplemobiletools.com
141+
142+
<b>Standalone website of Simple Contacts Pro:</b>
143+
https://www.simplemobiletools.com/contacts
144+
145+
<b>Facebook:</b>
146+
https://www.facebook.com/simplemobiletools
147+
148+
<b>Reddit:</b>
149+
https://www.reddit.com/r/SimpleMobileTools
150+
</string>
151+
152+
<!--
153+
Haven't found some strings? There's more at
154+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
155+
-->
156+
</resources>

0 commit comments

Comments
 (0)