Merge pull request #58 from sanskar-mk2/locale-variable-fix

fix locale variable discrepancy
This commit is contained in:
Axel 2024-03-05 11:21:39 +01:00 committed by GitHub
commit a09ed132b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ return [
'pending' => 'Entwürfe',
'duplicate-file' => 'Diese Datei ist bereits Teil des Pakets',
'unexpected-error' => 'Ein unerwarteter Fehler ist aufgetreten',
'login-to-get-bundles' => 'um Ihre Pakete zu sehen',
'to-get-bundles' => 'um Ihre Pakete zu sehen',
'you-are-logged-in' => 'Sie sind eingelogged als ":username"',
'logout' => 'Logout',
'forever' => 'Für immer',

View file

@ -84,7 +84,7 @@ return [
'pending' => 'Drafts',
'duplicate-file' => 'This file already exists in the bundle',
'unexpected-error' => 'An unexpected error has occurred',
'login-to-get-bundles' => 'to get your bundles',
'to-get-bundles' => 'to get your bundles',
'you-are-logged-in' => 'You are logged in as ":username"',
'logout' => 'Logout',
'forever' => 'Forever',

View file

@ -84,7 +84,7 @@ return [
'pending' => 'Drafts',
'duplicate-file' => '이 파일이 번들에 이미 있습니다',
'unexpected-error' => '예기치 않은 오류가 발생했습니다',
'login-to-get-bundles' => 'to get your bundles',
'to-get-bundles' => 'to get your bundles',
'you-are-logged-in' => '"username"로 로그인 했습니다',
'logout' => '로그아웃',
'forever' => '로그인 기억',