Skip to content

Commit

Permalink
Merge pull request #45 from lolibrary/i18n
Browse files Browse the repository at this point in the history
I18n - pre-cleanup commit
  • Loading branch information
momijizukamori committed Aug 15, 2023
2 parents a0fa91a + 4695285 commit f0a00bc
Show file tree
Hide file tree
Showing 21 changed files with 931 additions and 438 deletions.
35 changes: 35 additions & 0 deletions resources/lang/el/attr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php
return [
'owner-height' => '',
'rise' => '',
'thigh' => '',
'owner-underbust' => '',
'handle length' => '',
'neckline' => '',
'shoulder-strap' => '',
'country-of-origin' => '',
'inseam' => '',
'diameter' => '',
'hip' => '',
'owner-length' => '',
'bodice-length' => '',
'owner-bust' => '',
'sleeve-width' => '',
'owner-waist' => '',
'soles' => '',
'finishes' => '',
'depth' => '',
'hem-circumference' => '',
'heel-height' => '',
'height' => '',
'owner-notes' => '',
'width' => '',
'skirt-length' => '',
'cuff' => '',
'shoulder-width' => '',
'sleeve-length' => '',
'material' => '',
'bust' => '',
'waist' => '',
'length' => '',
];
115 changes: 115 additions & 0 deletions resources/lang/el/ui.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?php
return [
'skip' => '',
'login' => '',
'search' => '',
'npo' => '',
'categories' => '',
'recent_items' => '',
'brands' => '',
'back' => '',
'profile' => '',
'auth' => [
'verify' => '',
'verify_resent' => '',
'check_email' => '',
'not_recieved' => '',
'resend' => '',
'verify_success' => "",
'verify_done' => "",
'verify_needed' => '',
'verify_txt1' => "",
'verify_txt2' => "",
'verify_resend' => '',
'verify_update' => '',
'update' => '',
'register' => '',
'name' => '',
'username' => '',
'username_guide' => '',
'email' => '',
'email_txt' => "",
'pw' => '',
'pw_guide' => '',
'pw_confirm' => '',
'remember' => '',
'forgot_pw' => '',
'pw_reset' => '',
'pw_reset_btn' => '',
'pw_no_change' => "",
'username_txt' => '',
],
'blog' => [
'anon' => '',
'by' => '',
'read_more' => '',
'posts' => '',
],
'donate' => [
'title' => '',
'txt1' => "",
'txt2' => "",
'patreon' => '',
'other' => '',
'npo' => '',
'thanks' => '',
'thanks_txt' => "",
'recurring' => '',
'patreon_txt' => "",
],
'error' => [
'401' => "",
'404' => "",
'500' => "",
'500_txt' => "",
'503' => "",
'503_txt' => "",
],
'wishlist' => [
'added' => '',
'removed' => '',
'stargazers' => '',
'title' => '',
'remove' => '',
'empty' => '',
'add' => '',
],
'closet' => [
'added' => '',
'removed' => '',
'owners' => '',
'title' => '',
'remove' => '',
'empty' => '',
'add' => '',
],
'item' => [
'brand' => '',
'category' => '',
'category_none' => '',
'view' => '',
'edit' => '',
'none' => '',
'suggest' => '',
'info' => '',
'year' => '',
'year_unknown' => '',
'prod_num' => '',
'prod_num_unknown' => '',
'price' => '',
'price_unknown' => '',
'submitter' => '',
'submitter_unknown' => '',
'published' => '',
'draft' => '',
'notes' => '',
'features' => '',
'features_help' => '',
'features_none' => '',
'colors' => '',
'colors_none' => '',
'tags' => '',
'tags_none' => '',
'images' => '',
],
];
31 changes: 31 additions & 0 deletions resources/lang/el/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'confirmed' => '',
'email' => '',
'max' => [
'string' => '',
],
'min' => [
// 'numeric' => 'The :attribute may not be greater than :max.',
// 'file' => 'The :attribute may not be greater than :max kilobytes.',
// 'array' => 'The :attribute may not have more than :max items.',
'string' => '',
],
// 'numeric' => 'The :attribute must be at least :min.',
// 'file' => 'The :attribute must be at least :min kilobytes.',
// 'array' => 'The :attribute must have at least :min items.',
'regex' => '',
'required' => '',
'string' => '',
'unique' => '',
];
21 changes: 11 additions & 10 deletions resources/lang/fr/ui.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
return [
'skip' => 'Passer au contenu',
'donate' => 'Faire un don',
'login' => 'Se connecter',
'search' => 'Rechercher',
'npo' => 'Lolibrary Inc. est une association à but non lucratif de type 501(c)(3), constituée aux États-Unis.',
Expand All @@ -15,16 +14,16 @@
'add' => 'Pourquoi ne pas <a href=":link">rechercher des objets à ajouter</a> ?',
],
'closet' => [
'added' => '":item" a été ajouté à votre placard',
'removed' => '":item" supprimé de votre placard',
'added' => '":item" a été ajouté à votre garde robe',
'removed' => '":item" supprimé de votre garde robe',
'owners' => 'Propriétaire|Propriétaires|Propriétaires',
'title' => 'Armoire',
'remove' => 'Retirer de l\'armoire',
'empty' => 'Il n\'y a pas d\'objets dans votre armoire.',
'title' => 'Garde robe',
'remove' => 'Retirer de la garde robe',
'empty' => 'Il n\'y a pas d\'objets dans votre garde robe.',
'add' => 'Pourquoi ne pas <a href=":link">rechercher des objets à ajouter</a> ?',
],
'auth' => [
'email_txt' => "Nous ne partagerons pas votre adresse mail.",
'email_txt' => "Nous ne partagerons pas votre adresse email.",
'verify' => 'Vérifiez votre adresse mail',
'verify_resent' => 'Un lien d\'authentification a été envoyé à votre adresse mail.',
'check_email' => 'Avant de procéder, merci de vérifier la réception d\'un lien de vérification sur votre boîte mail.',
Expand All @@ -35,7 +34,7 @@
'name' => 'Nom',
'username' => 'Nom d\'utilisateur',
'username_guide' => 'Votre nom d\'utilisateur peut contenir des lettres de l\'alphabet anglais, des nombres, des tirets (-) et des traits d\'unions (_).',
'email' => 'Adresse mail',
'email' => 'Adresse Email',
'pw' => 'Mot de passe',
'forgot_pw' => 'Vous avez oublié(e) votre mot de passe ?',
'pw_reset' => 'Réinitialiser le mot de passe',
Expand All @@ -50,6 +49,8 @@
'remember' => 'Se souvenir de moi',
'pw_confirm' => 'Confirmez le mot de passe',
'pw_guide' => 'Votre mot de passe doit contenir au moins 12 caractères.',
'verify_update' => 'Les changements ont été sauvegardés ! Puisque vous avez mis à jour vote adresse email, vous devrez re vérifier votre nouvelle adresse email. Un nouveau lien de vérification a été envoyé sur votre adresse email.',
'update' => 'Les changements ont été sauvegardés !',
],
'donate' => [
'other' => 'Vous pouvez, par ailleurs faire des dons en utilisant le lien ci-dessous, où vous pouvez payer avec une carte bancaire, Paypal ou Apple Pay.',
Expand Down Expand Up @@ -90,7 +91,7 @@
'info' => 'Informations de l\'article',
'year' => 'Sorti.e en <span class="text-regular">:year</span>',
'year_unknown' => 'Année de sortie inconnue',
'prod_num' => 'Référence produit :<span class="text-regular">:prod_num</span>',
'prod_num' => 'Référence produit : <span class="text-regular">:prod_num</span>',
'prod_num_unknown' => 'Aucune référence produit enregistrée.',
'price' => 'Originellement au prix de :<span class="text-regular">:price</span>',
'price_unknown' => 'Aucun prix d\'origine enregistré.',
Expand All @@ -104,7 +105,7 @@
'tags_none' => 'Aucun tag enregistré !',
'images' => 'Images',
'features_none' => 'Aucun attribut enregistré !',
'submitter' => 'Soumis par<span class="text-regular">:submitter</span>',
'submitter' => 'Soumis par <span class="text-regular">:submitter</span>',
'notes' => 'Notes',
'draft' => 'Ceci est un post brouillon',
'category' => 'Catégorie',
Expand Down
Loading

0 comments on commit f0a00bc

Please sign in to comment.