Skip to content

Commit

Permalink
Improved translations
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Jan 7, 2025
1 parent 1315d19 commit 6428e55
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'attribute' => 'Attribuut',
'old' => 'Alt',
'new' => 'Neu',
'value' => 'Wert',

// Actions
'add' => 'Hinzufügen',
Expand Down
1 change: 1 addition & 0 deletions lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'attribute' => 'Attribute',
'old' => 'Old',
'new' => 'New',
'value' => 'Value',

// Actions
'add' => 'Add',
Expand Down
1 change: 1 addition & 0 deletions lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'attribute' => 'Atributo',
'old' => 'Viejo',
'new' => 'Nuevo',
'value' => 'Valor',
'add' => 'Agregar',
'cancel' => 'Cancelar',
'create' => 'Crear',
Expand Down
1 change: 1 addition & 0 deletions lang/fr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'attribute' => 'Attribut',
'old' => 'Vieux',
'new' => 'Nouveau',
'value' => 'Valeur',
'add' => 'Ajouter',
'cancel' => 'Annuler',
'create' => 'Créer',
Expand Down
1 change: 1 addition & 0 deletions lang/nl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'attribute' => 'Attribuut',
'old' => 'Oud',
'new' => 'Nieuw',
'value' => 'Waarde',

// Actions
'add' => 'Toevoegen',
Expand Down
1 change: 1 addition & 0 deletions lang/pt/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'attribute' => 'Atributo',
'old' => 'Velho',
'new' => 'Novo',
'value' => 'Valor',
'add' => 'Adicionar',
'cancel' => 'Cancelar',
'create' => 'Criar',
Expand Down
1 change: 1 addition & 0 deletions lang/vi/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'attribute' => 'Thuộc tính',
'old' => '',
'new' => 'Mới',
'value' => 'Giá trị',

// Actions
'add' => 'Thêm',
Expand Down
1 change: 1 addition & 0 deletions lang/zh_cn/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'attribute' => '属性',
'old' => '',
'new' => '',
'value' => '价值',

// Actions
'add' => '添加',
Expand Down

0 comments on commit 6428e55

Please sign in to comment.