Skip to content

Commit

Permalink
Merge branch '2.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgreco13 authored Feb 11, 2024
2 parents 9ef9aaf + 6262dcd commit e055812
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/lang/de/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
],
],
],
'clipboard' => [
'link' => 'In die Zwischenablage kopieren',
'tooltip' => 'Kopiert!',
],
'fields' => [
'email' => 'E-Mail',
'login' => 'Einloggen',
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/el/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
],
],
],
'clipboard' => [
// 'link' => 'In die Zwischenablage kopieren',
'link' => 'Αντιγραφή στο πρόχειρο',
'tooltip' => 'Αντιγράφηκε!',
],
'fields' => [
'email' => 'Email',
'login' => 'Συνδεθείτε',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/fi/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Kopioi leikepöydälle',
'tooltip' => 'Kopioitu!',
],
'fields' => [
'email' => 'Sähköposti',
'login' => 'Kirjaudu',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/he/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'העתק',
'tooltip' => 'הועתק!',
],
'fields' => [
'email' => 'אימייל',
'login' => 'כניסה',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/hu/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Link másolása',
'tooltip' => 'Másolás sikerült!',
],
'fields' => [
'email' => 'E-mail cím',
'login' => 'Bejelentkezés',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/ja/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'クリップボードにコピー',
'tooltip' => 'クリップボードにコピーしました!',
],
'fields' => [
'email' => 'メールアドレス',
'login' => 'ログイン',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/ms/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Salin ke papan keratan',
'tooltip' => 'Disalin!',
],
'fields' => [
'email' => 'E-mel',
'login' => 'Log masuk',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/nl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
],
],
],
'clipboard' => [
'link' => 'Kopieer naar klembord',
'tooltip' => 'Gekopieerd!',
],
'fields' => [
'name' => 'Naam',
'email' => 'E-mailadres',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/pl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Skopiuj do schowka',
'tooltip' => 'Skopiowano!',
],
'fields' => [
'email' => 'Email',
'login' => 'Login',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/ro/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Copiere în clipboard',
'tooltip' => 'Copiat!',
],
'fields' => [
'email' => 'Email',
'login' => 'Login',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/ru/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Скопировать в буфер обмена',
'tooltip' => 'Скопировано!',
],
'fields' => [
'email' => 'E-mail',
'login' => 'Имя пользователя',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/uk/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
],
],
],
'clipboard' => [
'link' => 'Скопіювати в буфер обміну',
'tooltip' => 'Скопійовано!',
],
'fields' => [
'email' => 'E-mail',
'login' => "Ім'я користувача",
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/vi/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
],
],
],
'clipboard' => [
'link' => 'Sao chép',
'tooltip' => 'Đã sao chép!',
],
'fields' => [
'email' => 'Email',
'login' => 'Đăng nhập',
Expand Down

0 comments on commit e055812

Please sign in to comment.