mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
chore(coding-style): correct indentation
This commit is contained in:
+4
-6
@@ -1,8 +1,6 @@
|
||||
Locales['br'] = {
|
||||
|
||||
['left_instance'] = 'Você deixou a instância',
|
||||
['invite_expired'] = 'Convite expirado',
|
||||
['press_to_enter'] = 'Pressione ~INPUT_CONTEXT~ para entrar na instância',
|
||||
['entered_instance'] = 'Você entrou na instância',
|
||||
|
||||
['left_instance'] = 'Você deixou a instância',
|
||||
['invite_expired'] = 'Convite expirado',
|
||||
['press_to_enter'] = 'Pressione ~INPUT_CONTEXT~ para entrar na instância',
|
||||
['entered_instance'] = 'Você entrou na instância',
|
||||
}
|
||||
|
||||
+6
-8
@@ -1,10 +1,8 @@
|
||||
Locales['en'] = {
|
||||
|
||||
['left_instance'] = 'you have left the instance',
|
||||
['invite_expired'] = 'invite expired',
|
||||
['press_to_enter'] = 'press ~INPUT_CONTEXT~ to enter the instance',
|
||||
['entered_instance'] = 'you entered the instance',
|
||||
['entered_into'] = ' entered the instance',
|
||||
['left_out'] = ' left the instance',
|
||||
|
||||
['left_instance'] = 'you have left the instance',
|
||||
['invite_expired'] = 'invite expired',
|
||||
['press_to_enter'] = 'press ~INPUT_CONTEXT~ to enter the instance',
|
||||
['entered_instance'] = 'you entered the instance',
|
||||
['entered_into'] = ' entered the instance',
|
||||
['left_out'] = ' left the instance',
|
||||
}
|
||||
|
||||
+6
-8
@@ -1,10 +1,8 @@
|
||||
Locales['fr'] = {
|
||||
|
||||
['left_instance'] = 'vous avez quitté l\'instance',
|
||||
['invite_expired'] = 'invitation expirée',
|
||||
['press_to_enter'] = 'appuyez sur ~INPUT_CONTEXT~ pour entrer dans l\'instance',
|
||||
['entered_instance'] = 'vous êtes entré dans l\'instance',
|
||||
['entered_into'] = ' est entré dans l\'instance',
|
||||
['left_out'] = ' est sorti dans l\'instance',
|
||||
|
||||
['left_instance'] = 'vous avez quitté l\'instance',
|
||||
['invite_expired'] = 'invitation expirée',
|
||||
['press_to_enter'] = 'appuyez sur ~INPUT_CONTEXT~ pour entrer dans l\'instance',
|
||||
['entered_instance'] = 'vous êtes entré dans l\'instance',
|
||||
['entered_into'] = ' est entré dans l\'instance',
|
||||
['left_out'] = ' est sorti dans l\'instance',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user