From 27c247e0efc1ca5bf113dff35eb967c4ae7a063b Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 11:51:29 +0100 Subject: [PATCH] Update lang.fa.js --- editor/locale/lang.fa.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/locale/lang.fa.js b/editor/locale/lang.fa.js index c7863af8..c7b5a38a 100644 --- a/editor/locale/lang.fa.js +++ b/editor/locale/lang.fa.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "‫هم اندازه شدن با اشیاء انتخاب شده‬", "align_relative_to": "‫تراز نسبت به ...‬", "relativeTo": "‫نسبت به:‬", - "‫صفحه‬": "‫صفحه‬", + "page‬": "‫صفحه‬", "largest_object": "‫بزرگترین شئ‬", "selected_objects": "‫اشیاء انتخاب شده‬", "smallest_object": "‫کوچکترین شئ‬", @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Copy", "paste": "Paste", "paste_in_place": "Paste in Place", - "‫حذف ‬": "Delete", + "delete ‬": "Delete", "group": "Group", "move_front": "Bring to Front", "move_up": "Bring Forward", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});