-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
079470b
commit 68b3170
Showing
2 changed files
with
44 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,23 @@ | ||
OC.L10N.register( | ||
"recognize", | ||
{ | ||
"Status" : "สถานะ", | ||
"Reset" : "รีเซ็ต", | ||
"Node.js" : "Node.js", | ||
"Checking Node.js" : "กำลังตรวจสอบ Node.js", | ||
"Node.js {version} binary was installed successfully." : "ติดตั้ง Node.js {version} binary สำเร็จแล้ว", | ||
"Failed to load settings" : "ไม่สามารถโหลดการตั้งค่าได้", | ||
"Failed to save settings" : "ไม่สามารถบันทึกการตั้งค่าได้", | ||
"never" : "ไม่เคย", | ||
"People" : "ผู้คน", | ||
"Office" : "สำนักงาน", | ||
"Clock" : "นาฬิกา", | ||
"Screen" : "หน้าจอ", | ||
"Display" : "การแสดงผล", | ||
"Camera" : "กล้อง", | ||
"Info" : "ข้อมูล", | ||
"Document" : "เอกสาร", | ||
"Bucket" : "บักเก็ต", | ||
"Gallery" : "แกลเลอรี" | ||
}, | ||
"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,21 @@ | ||
{ "translations": { | ||
"Status" : "สถานะ", | ||
"Reset" : "รีเซ็ต", | ||
"Node.js" : "Node.js", | ||
"Checking Node.js" : "กำลังตรวจสอบ Node.js", | ||
"Node.js {version} binary was installed successfully." : "ติดตั้ง Node.js {version} binary สำเร็จแล้ว", | ||
"Failed to load settings" : "ไม่สามารถโหลดการตั้งค่าได้", | ||
"Failed to save settings" : "ไม่สามารถบันทึกการตั้งค่าได้", | ||
"never" : "ไม่เคย", | ||
"People" : "ผู้คน", | ||
"Office" : "สำนักงาน", | ||
"Clock" : "นาฬิกา", | ||
"Screen" : "หน้าจอ", | ||
"Display" : "การแสดงผล", | ||
"Camera" : "กล้อง", | ||
"Info" : "ข้อมูล", | ||
"Document" : "เอกสาร", | ||
"Bucket" : "บักเก็ต", | ||
"Gallery" : "แกลเลอรี" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |