-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(locales): create ar.json (#182)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"unlocked_door": "الباب مفتوح", | ||
"locked_door": "الباب مغلق", | ||
"lock_door": "[E] غلق", | ||
"unlock_door": "[E] فتح", | ||
"door_lock": "قفل الباب", | ||
"passcode": "الكود", | ||
"lockpick_broke": "المفك مكسور", | ||
"pick_lock": "حصل مفتاح", | ||
"add_lock": "إضافة باب", | ||
"edit_lock": "تعديل باب", | ||
"remove_lock": "حدف باب", | ||
"cannot_unlock": "غير ممكن", | ||
"cannot_lock": "غير ممكن", | ||
"create_modify_lock": "إنشاء أو تعديل قفل باب", | ||
"add_door_textui": "**إنشاء باب جديد** \n[LMB] للتأكيد إضغط \n[RMB] للإلغاء إضغط", | ||
"command_closest": "إنشاء قفل أو التفعل مع أقرب باب" | ||
} | ||
|