Skip to content

Commit

Permalink
remove missing
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 7, 2023
1 parent 0232fbe commit 6f94038
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 102 deletions.
6 changes: 5 additions & 1 deletion app/Console/Commands/Local/MonicaLocalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class MonicaLocalize extends Command
*/
protected $signature = 'monica:localize
{--update : Update the current locales.}
{--remove-missing : Remove missing translations.}
{--restart : Restart translation of all messages.}';

/**
Expand All @@ -44,7 +45,10 @@ public function handle(): void
$this->updateLocales($locales);

array_shift($langs);
$this->call('localize', ['lang' => implode(',', $langs)]);
$this->call('localize', [
'lang' => implode(',', $langs),
'--remove-missing' => $this->option('remove-missing'),
]);

$this->loadTranslations($locales);

Expand Down
6 changes: 0 additions & 6 deletions lang/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "লিঙ্গ",
"Gender and pronoun": "লিঙ্গ এবং সর্বনাম",
"Genders": "লিঙ্গ",
"Gift center": "উপহার কেন্দ্র",
"Gift occasions": "উপহার উপলক্ষ",
"Gift occasions let you categorize all your gifts.": "উপহারের অনুষ্ঠানগুলি আপনাকে আপনার সমস্ত উপহারকে শ্রেণিবদ্ধ করতে দেয়।",
"Gift states": "উপহার রাষ্ট্র",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "লাইফ মেট্রিক্স",
"Life metrics let you track metrics that are important to you.": "লাইফ মেট্রিক্স আপনাকে আপনার জন্য গুরুত্বপূর্ণ মেট্রিক্স ট্র্যাক করতে দেয়।",
"LinkedIn": "লিঙ্কডইন",
"Link to documentation": "ডকুমেন্টেশন লিঙ্ক",
"List of addresses": "ঠিকানার তালিকা",
"List of addresses of the contacts in the vault": "ভল্টে পরিচিতির ঠিকানার তালিকা",
"List of all important dates": "সমস্ত গুরুত্বপূর্ণ তারিখের তালিকা",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "ছোট প্রাণী",
"Social": "সামাজিক",
"Some dates have a special type that we will use in the software to calculate an age.": "কিছু তারিখের একটি বিশেষ প্রকার আছে যা আমরা একটি বয়স গণনা করতে সফ্টওয়্যারে ব্যবহার করব।",
"Sort contacts": "পরিচিতি সাজান",
"So… it works 😼": "তাই… এটা কাজ করে 😼",
"Sport": "খেলা",
"spouse": "পত্নী",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "অজানা",
"unknown action": "অজানা কর্ম",
"Unknown age": "অজানা বয়স",
"Unknown contact name": "অজানা পরিচিতি নাম",
"Unknown name": "অজানা নাম",
"Update": "হালনাগাদ",
"Update a key.": "একটি কী আপডেট করুন।",
Expand Down Expand Up @@ -1232,9 +1228,7 @@
"You are invited to join Monica": "আপনাকে মনিকার সাথে যোগ দেওয়ার জন্য আমন্ত্রণ জানানো হচ্ছে",
"You are receiving this email because we received a password reset request for your account.": "আমরা আপনার অ্যাকাউন্টের জন্য একটি পাসওয়ার্ড রিসেট অনুরোধ পেয়েছি, কারণ আপনি এই ইমেইল পাচ্ছেন ।",
"you can't even use your current username or password to sign in,": "এমনকি আপনি সাইন ইন করতে আপনার বর্তমান ব্যবহারকারীর নাম বা পাসওয়ার্ড ব্যবহার করতে পারবেন না,",
"you can't even use your current username or password to sign in, ": "এমনকি আপনি সাইন ইন করতে আপনার বর্তমান ব্যবহারকারীর নাম বা পাসওয়ার্ড ব্যবহার করতে পারবেন না,",
"you can't import any data from your current Monica account(yet),": "আপনি আপনার বর্তমান মনিকা অ্যাকাউন্ট থেকে কোনো ডেটা আমদানি করতে পারবেন না (এখনও),",
"you can't import any data from your current Monica account(yet), ": "আপনি আপনার বর্তমান মনিকা অ্যাকাউন্ট থেকে কোনো ডেটা আমদানি করতে পারবেন না (এখনও),",
"You can add job information to your contacts and manage the companies here in this tab.": "আপনি এই ট্যাবে আপনার পরিচিতিতে চাকরির তথ্য যোগ করতে পারেন এবং কোম্পানিগুলি পরিচালনা করতে পারেন।",
"You can add more account to log in to our service with one click.": "আপনি এক ক্লিকে আমাদের পরিষেবাতে লগ ইন করতে আরও অ্যাকাউন্ট যোগ করতে পারেন।",
"You can be notified through different channels: emails, a Telegram message, on Facebook. You decide.": "আপনাকে বিভিন্ন চ্যানেলের মাধ্যমে অবহিত করা যেতে পারে: ইমেল, একটি টেলিগ্রাম বার্তা, Facebook-এ। তুমি ঠিক কর.",
Expand Down
4 changes: 0 additions & 4 deletions lang/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "Gènere",
"Gender and pronoun": "Gènere i pronom",
"Genders": "Gèneres",
"Gift center": "Centre de regals",
"Gift occasions": "Ocasions de regal",
"Gift occasions let you categorize all your gifts.": "Les ocasions de regal et permeten classificar tots els teus regals.",
"Gift states": "Estats de regal",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "Mètriques de vida",
"Life metrics let you track metrics that are important to you.": "Les mètriques de vida et permeten fer un seguiment de les mètriques que són importants per a tu.",
"LinkedIn": "LinkedIn",
"Link to documentation": "Enllaç a la documentació",
"List of addresses": "Llista d’adreces",
"List of addresses of the contacts in the vault": "Llista d’adreces dels contactes de la volta",
"List of all important dates": "Llista de totes les dates importants",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "Animal petit",
"Social": "Social",
"Some dates have a special type that we will use in the software to calculate an age.": "Algunes dates tenen un tipus especial que utilitzarem al programari per calcular una edat.",
"Sort contacts": "Ordena els contactes",
"So… it works 😼": "Així que... funciona 😼",
"Sport": "Esport",
"spouse": "cònjuge",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "Desconegut",
"unknown action": "acció desconeguda",
"Unknown age": "Edat desconeguda",
"Unknown contact name": "Nom del contacte desconegut",
"Unknown name": "Nom desconegut",
"Update": "Actualització",
"Update a key.": "Actualitzar una clau.",
Expand Down
5 changes: 0 additions & 5 deletions lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "Køn",
"Gender and pronoun": "Køn og pronomen",
"Genders": "Køn",
"Gift center": "Gavecenter",
"Gift occasions": "Gave lejligheder",
"Gift occasions let you categorize all your gifts.": "Gavebegivenheder giver dig mulighed for at kategorisere alle dine gaver.",
"Gift states": "Gave angiver",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "Livsmålinger",
"Life metrics let you track metrics that are important to you.": "Livsmålinger giver dig mulighed for at spore målinger, der er vigtige for dig.",
"LinkedIn": "LinkedIn",
"Link to documentation": "Link til dokumentation",
"List of addresses": "Liste over adresser",
"List of addresses of the contacts in the vault": "Liste over adresser på kontakterne i boksen",
"List of all important dates": "Liste over alle vigtige datoer",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "Lille dyr",
"Social": "Social",
"Some dates have a special type that we will use in the software to calculate an age.": "Nogle datoer har en speciel type, som vi vil bruge i softwaren til at beregne en alder.",
"Sort contacts": "Sorter kontakter",
"So… it works 😼": "Så... det virker 😼",
"Sport": "Sport",
"spouse": "ægtefælle",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "Ukendt",
"unknown action": "ukendt handling",
"Unknown age": "Ukendt alder",
"Unknown contact name": "Ukendt kontaktnavn",
"Unknown name": "Ukendt navn",
"Update": "Opdatering",
"Update a key.": "Opdater en nøgle.",
Expand Down Expand Up @@ -1232,7 +1228,6 @@
"You are invited to join Monica": "Du er inviteret til at slutte dig til Monica",
"You are receiving this email because we received a password reset request for your account.": "Du modtager denne email fordi vi har modtaget en anmodning om nulstilling af passwordet for din konto.",
"you can't even use your current username or password to sign in,": "du kan ikke engang bruge dit nuværende brugernavn eller din adgangskode til at logge ind,",
"you can't even use your current username or password to sign in, ": "du kan ikke engang bruge dit nuværende brugernavn eller din adgangskode til at logge ind,",
"you can't import any data from your current Monica account(yet),": "du kan ikke importere nogen data fra din nuværende Monica-konto (endnu),",
"You can add job information to your contacts and manage the companies here in this tab.": "Du kan tilføje joboplysninger til dine kontakter og administrere virksomhederne her i denne fane.",
"You can add more account to log in to our service with one click.": "Du kan tilføje flere kontoer for at logge ind på vores service med et enkelt klik.",
Expand Down
4 changes: 0 additions & 4 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "Geschlecht",
"Gender and pronoun": "Geschlecht und Pronomen",
"Genders": "Geschlechter",
"Gift center": "Geschenkzentrum",
"Gift occasions": "Geschenkanlässe",
"Gift occasions let you categorize all your gifts.": "Mit Geschenkanlässen können Sie alle Ihre Geschenke kategorisieren.",
"Gift states": "Geschenkzustände",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "Lebensmetriken",
"Life metrics let you track metrics that are important to you.": "Mit Lebensmetriken können Sie Metriken verfolgen, die für Sie wichtig sind.",
"LinkedIn": "LinkedIn",
"Link to documentation": "Link zur Dokumentation",
"List of addresses": "Liste der Adressen",
"List of addresses of the contacts in the vault": "Liste der Adressen der Kontakte im Tresor",
"List of all important dates": "Liste aller wichtigen Termine",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "Kleines Tier",
"Social": "Sozial",
"Some dates have a special type that we will use in the software to calculate an age.": "Einige Daten haben einen speziellen Typ, den wir in der Software zur Berechnung eines Alters verwenden.",
"Sort contacts": "Kontakte sortieren",
"So… it works 😼": "Also... es funktioniert 😼",
"Sport": "Sport",
"spouse": "Ehepartner",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "Unbekannt",
"unknown action": "unbekannte Aktion",
"Unknown age": "Unbekanntes Alter",
"Unknown contact name": "Unbekannter Kontaktname",
"Unknown name": "Unbekannter Name",
"Update": "Aktualisieren",
"Update a key.": "Aktualisieren Sie einen Schlüssel.",
Expand Down
4 changes: 0 additions & 4 deletions lang/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "Γένος",
"Gender and pronoun": "Φύλο και αντωνυμία",
"Genders": "Φύλο",
"Gift center": "Κέντρο δώρων",
"Gift occasions": "Ευκαιρίες δώρων",
"Gift occasions let you categorize all your gifts.": "Οι περιπτώσεις δώρων σάς επιτρέπουν να ταξινομήσετε όλα τα δώρα σας.",
"Gift states": "Δώρο καταστάσεις",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "Μετρήσεις ζωής",
"Life metrics let you track metrics that are important to you.": "Οι μετρήσεις ζωής σάς επιτρέπουν να παρακολουθείτε μετρήσεις που είναι σημαντικές για εσάς.",
"LinkedIn": "LinkedIn",
"Link to documentation": "Σύνδεσμος με την τεκμηρίωση",
"List of addresses": "Κατάλογος διευθύνσεων",
"List of addresses of the contacts in the vault": "Λίστα διευθύνσεων των επαφών στο θησαυροφυλάκιο",
"List of all important dates": "Λίστα με όλες τις σημαντικές ημερομηνίες",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "Μικρό ζώο",
"Social": "Κοινωνικός",
"Some dates have a special type that we will use in the software to calculate an age.": "Ορισμένες ημερομηνίες έχουν έναν ειδικό τύπο που θα χρησιμοποιήσουμε στο λογισμικό για να υπολογίσουμε μια ηλικία.",
"Sort contacts": "Ταξινόμηση επαφών",
"So… it works 😼": "Λοιπόν… λειτουργεί 😼",
"Sport": "Αθλημα",
"spouse": "σύζυγος",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "Αγνωστος",
"unknown action": "άγνωστη δράση",
"Unknown age": "Άγνωστη ηλικία",
"Unknown contact name": "Άγνωστο όνομα επαφής",
"Unknown name": "Άγνωστο όνομα",
"Update": "Εκσυγχρονίζω",
"Update a key.": "Ενημερώστε ένα κλειδί.",
Expand Down
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
"Couple": "Couple",
"cousin": "cousin",
"Create": "Create",
"Create Account": "Create Account",
"Create account": "Create account",
"Create Account": "Create Account",
"Create a contact": "Create a contact",
"Create a contact entry for this person": "Create a contact entry for this person",
"Create a journal": "Create a journal",
Expand Down
6 changes: 0 additions & 6 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"Gender": "Género",
"Gender and pronoun": "Género y pronombre",
"Genders": "Géneros",
"Gift center": "Centro de regalos",
"Gift occasions": "Ocasiones de regalo",
"Gift occasions let you categorize all your gifts.": "Las ocasiones de regalo te permiten clasificar todos tus regalos.",
"Gift states": "Estados de regalo",
Expand Down Expand Up @@ -567,7 +566,6 @@
"Life metrics": "Métricas de vida",
"Life metrics let you track metrics that are important to you.": "Las métricas de vida le permiten realizar un seguimiento de las métricas que son importantes para usted.",
"LinkedIn": "LinkedIn",
"Link to documentation": "Enlace a la documentación",
"List of addresses": "Lista de direcciones",
"List of addresses of the contacts in the vault": "Lista de direcciones de los contactos en la bóveda",
"List of all important dates": "Lista de todas las fechas importantes",
Expand Down Expand Up @@ -861,7 +859,6 @@
"Small animal": "Animal pequeño",
"Social": "Social",
"Some dates have a special type that we will use in the software to calculate an age.": "Algunas fechas tienen un tipo especial que usaremos en el software para calcular una edad.",
"Sort contacts": "Ordenar contactos",
"So… it works 😼": "Entonces… funciona 😼",
"Sport": "Deporte",
"spouse": "cónyuge",
Expand Down Expand Up @@ -1133,7 +1130,6 @@
"Unknown": "Desconocido",
"unknown action": "acción desconocida",
"Unknown age": "edad desconocida",
"Unknown contact name": "Nombre de contacto desconocido",
"Unknown name": "Nombre desconocido",
"Update": "Actualizar",
"Update a key.": "Actualizar una clave.",
Expand Down Expand Up @@ -1232,9 +1228,7 @@
"You are invited to join Monica": "Estás invitado a unirte a Mónica.",
"You are receiving this email because we received a password reset request for your account.": "Ha recibido este mensaje porque se solicitó un restablecimiento de contraseña para su cuenta.",
"you can't even use your current username or password to sign in,": "ni siquiera puedes usar tu nombre de usuario o contraseña actuales para iniciar sesión,",
"you can't even use your current username or password to sign in, ": "ni siquiera puedes usar tu nombre de usuario o contraseña actuales para iniciar sesión,",
"you can't import any data from your current Monica account(yet),": "no puedes importar ningún dato de tu cuenta actual de Mónica (todavía),",
"you can't import any data from your current Monica account(yet), ": "no puedes importar ningún dato de tu cuenta actual de Mónica (todavía),",
"You can add job information to your contacts and manage the companies here in this tab.": "Puede agregar información laboral a sus contactos y administrar las empresas aquí en esta pestaña.",
"You can add more account to log in to our service with one click.": "Puede agregar más cuentas para iniciar sesión en nuestro servicio con un solo clic.",
"You can be notified through different channels: emails, a Telegram message, on Facebook. You decide.": "Puedes recibir notificaciones a través de diferentes canales: correos electrónicos, un mensaje de Telegram, en Facebook. Tú decides.",
Expand Down
Loading

0 comments on commit 6f94038

Please sign in to comment.