-
Notifications
You must be signed in to change notification settings - Fork 52
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
c930cd4
commit eeb99fe
Showing
2 changed files
with
48 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,25 @@ | ||
OC.L10N.register( | ||
"ocsms", | ||
{ | ||
"Phone Sync" : "ν΄λν° λκΈ°ν", | ||
"An app to sync SMS with your cloud" : "ν΄λΌμ°λμ λ¬Έμ λ©μμ§λ₯Ό λκΈ°ννλ μ±", | ||
"Cancel" : "μ·¨μ", | ||
"Confirm" : "νμΈ", | ||
"No contact found." : "μ°λ½μ²λ₯Ό μ°Ύμ μ μμ΅λλ€.", | ||
"Settings" : "μ€μ ", | ||
"Max messages to load per conversation" : "λνμμ λΆλ¬μ¬ μ΅λ λ©μμ§ κ°μ", | ||
"Invalid message limit" : "μλͺ»λ λ©μμ§ μ ν", | ||
"Default country code" : "κΈ°λ³Έ κ΅κ° μ½λ", | ||
"Contact ordering" : "μ°λ½μ² μ λ ¬", | ||
"Last message" : "λ§μ§λ§ λ©μμ§", | ||
"Label" : "μ΄λ¦ν", | ||
"Reverse ?" : "λ°μ μ¬λΆ", | ||
"Notification settings" : "μλ¦Ό μ€μ ", | ||
"Enable" : "μ¬μ©ν¨", | ||
"Disable" : "μ¬μ© μν¨", | ||
"Are you sure you want to wipe all your messages ?" : "λͺ¨λ λ©μμ§λ₯Ό μμ νμκ² μ΅λκΉ?", | ||
"Reset all messages" : "λͺ¨λ λ©μμ§ μ΄κΈ°ν", | ||
"%s message(s) shown of %s message(s) stored in database." : "νμν λ©μμ§ %sκ°, λ°μ΄ν°λ² μ΄μ€μ μ μ₯λ λ©μμ§ %sκ°κ° μμ΅λλ€.", | ||
"Please select a conversation from the list to load it." : "λ©μμ§λ₯Ό λΆλ¬ μ€λ €λ©΄ λνλ₯Ό λͺ©λ‘μμ μ ννμμμ€." | ||
}, | ||
"nplurals=1; plural=0;"); |
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,23 @@ | ||
{ "translations": { | ||
"Phone Sync" : "ν΄λν° λκΈ°ν", | ||
"An app to sync SMS with your cloud" : "ν΄λΌμ°λμ λ¬Έμ λ©μμ§λ₯Ό λκΈ°ννλ μ±", | ||
"Cancel" : "μ·¨μ", | ||
"Confirm" : "νμΈ", | ||
"No contact found." : "μ°λ½μ²λ₯Ό μ°Ύμ μ μμ΅λλ€.", | ||
"Settings" : "μ€μ ", | ||
"Max messages to load per conversation" : "λνμμ λΆλ¬μ¬ μ΅λ λ©μμ§ κ°μ", | ||
"Invalid message limit" : "μλͺ»λ λ©μμ§ μ ν", | ||
"Default country code" : "κΈ°λ³Έ κ΅κ° μ½λ", | ||
"Contact ordering" : "μ°λ½μ² μ λ ¬", | ||
"Last message" : "λ§μ§λ§ λ©μμ§", | ||
"Label" : "μ΄λ¦ν", | ||
"Reverse ?" : "λ°μ μ¬λΆ", | ||
"Notification settings" : "μλ¦Ό μ€μ ", | ||
"Enable" : "μ¬μ©ν¨", | ||
"Disable" : "μ¬μ© μν¨", | ||
"Are you sure you want to wipe all your messages ?" : "λͺ¨λ λ©μμ§λ₯Ό μμ νμκ² μ΅λκΉ?", | ||
"Reset all messages" : "λͺ¨λ λ©μμ§ μ΄κΈ°ν", | ||
"%s message(s) shown of %s message(s) stored in database." : "νμν λ©μμ§ %sκ°, λ°μ΄ν°λ² μ΄μ€μ μ μ₯λ λ©μμ§ %sκ°κ° μμ΅λλ€.", | ||
"Please select a conversation from the list to load it." : "λ©μμ§λ₯Ό λΆλ¬ μ€λ €λ©΄ λνλ₯Ό λͺ©λ‘μμ μ ννμμμ€." | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |