fix locale variable discrepancy

This commit is contained in:
Sanskar Tiwari 2024-03-05 14:30:31 +05:30
parent f4a052469c
commit 2ed716beb9
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' => '로그인 기억',