-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fb9aff
commit c2118b0
Showing
10 changed files
with
1,011 additions
and
48 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
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
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
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 |
---|---|---|
@@ -1,2 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<plurals name="nodes"> | ||
<item quantity="other">%d 노드</item> | ||
</plurals> | ||
<plurals name="custom_parameters"> | ||
<item quantity="other">%d 사용자 정의 가능한 매개변수</item> | ||
</plurals> | ||
<plurals name="unsupported_apps"> | ||
<item quantity="other">%d개의 앱은 지원되지 않기 때문에 자동으로 제외되었습니다. 자세한 내용은 이쪽을 탭해 주세요.</item> | ||
</plurals> | ||
</resources> |
Oops, something went wrong.