|
92 | 92 | <string name="blacklist">Tothom excepte els contactes seleccionats</string> |
93 | 93 | <string name="whitelist">Cap contacte excepte els seleccionats</string> |
94 | 94 | <string name="enable_contact_based_reply">Habilita les respostes basades en contactes</string> |
| 95 | + <string name="select_contacts">Selecció de contactes</string> |
95 | 96 | <string name="contact_selector">Selecció de contactes</string> |
96 | 97 | <string name="select_all">Selecciona-ho tot</string> |
97 | 98 | <string name="select_none">No en seleccionis cap</string> |
|
161 | 162 | <!-- AI Reply Text --> |
162 | 163 | <string name="ai_reply_text">Resposta IA: «Hola! No estic disponible. Et contactaré tan aviat com sigui possible» (OpenAI)</string> |
163 | 164 | <!-- Toggle and Buttons --> |
| 165 | + <string name="auto_replies_enabled">Respostes automàtiques habilitades</string> |
164 | 166 | <string name="edit">Edita</string> |
165 | 167 | <!-- Filter Items --> |
166 | 168 | <string name="contacts">Contactes</string> |
167 | 169 | <string name="all_contacts">Tots els contactes</string> |
168 | 170 | <string name="no_contacts">Cap seleccionat</string> |
| 171 | + <string name="some_contacts">Contactes seleccionats</string> |
169 | 172 | <string name="message_type">Tipus de missatge</string> |
170 | 173 | <string name="direct_messages">Només missatges directes</string> |
171 | 174 | <string name="all_messages">Tots Els Missatges</string> |
172 | 175 | <string name="apps">Aplicacions</string> |
173 | 176 | <string name="apps_enabled_count">%1$d/%2$d aplicacions habilitades</string> |
| 177 | + <string name="ten_minutes">10 minuts</string> |
174 | 178 | <!-- Cooldown units --> |
| 179 | + <string name="minutes">minuts</string> |
| 180 | + <string name="hours">hores</string> |
| 181 | + <string name="minute">minut</string> |
| 182 | + <string name="hour">hora</string> |
| 183 | + <string name="reset_timer">Reinicia</string> |
| 184 | + <string name="error_invalid_url">Inseriu un URL vàlid que comenci per http;// o https://</string> |
| 185 | + <string name="use_an_llm_like_openai_to_generate_smart_responses">Utilitzeu un LLM com ara OpenAI per a les respostes.</string> |
| 186 | + <string name="ai_provider_llm">Proveïdora IA (LLM)</string> |
| 187 | + <string name="openai">OpenAI</string> |
175 | 188 | <!-- Authentication --> |
| 189 | + <string name="error_email_required">Necessari correu-e</string> |
| 190 | + <string name="error_invalid_email">Adreça de correu-e no vàlida</string> |
| 191 | + <string name="error_password_required">Es requereix una contrasenya</string> |
| 192 | + <string name="error_password_too_short">La contrasenya ha de tenir almenys 6 caràcters</string> |
| 193 | + <string name="welcome_message">Us donem la benvinguda a l\'Atomatic</string> |
| 194 | + <string name="login">Inicia la sessió</string> |
176 | 195 | <!-- Contact-based replies UI --> |
| 196 | + <string name="contact_based_replies">Respostes basades en contactes</string> |
| 197 | + <string name="reply_to_mode">Mode de resposta</string> |
| 198 | + <string name="reply_only_selected">Només els contactes seleccionats</string> |
| 199 | + <string name="reply_everyone_except_selected">Tothom excepte els contactes seleccionats</string> |
| 200 | + <string name="contact_filter_disabled">Inhabilitat</string> |
| 201 | + <string name="contact_filter_enabled_whitelist">Només els seleccionats (%1$d)</string> |
| 202 | + <string name="contact_filter_enabled_blacklist">Tothom excepte els seleccionats (%1$d)</string> |
177 | 203 | </resources> |
0 commit comments