forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template: Add chinese and dutch translations.
- Loading branch information
Showing
5 changed files
with
61 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
define({ | ||
nl: { | ||
'Allowed values:' : 'Toegestane waarden:', | ||
'Compare all with predecessor': 'Vergelijk alle met voorgaande versie', | ||
'compare changes to:' : 'vergelijk veranderingen met:', | ||
'compared to' : 'vergelijk met', | ||
'Default value:' : 'Standaard waarde:', | ||
'Description' : 'Omschrijving', | ||
'Field' : 'Veld', | ||
'General' : 'Algemeen', | ||
'Generated with' : 'Gegenereerd met', | ||
'Name' : 'Naam', | ||
'No response values.' : 'Geen response waardes.', | ||
'optional' : 'optioneel', | ||
'Parameter' : 'Parameter', | ||
'Permission:' : 'Permissie:', | ||
'Response' : 'Antwoorden', | ||
'Send' : 'Sturen', | ||
'Send a Sample Request' : 'Stuur een sample aanvragen', | ||
'show up to version:' : 'toon tot en met versie:', | ||
'Size range:' : 'Maatbereik:', | ||
'Type' : 'Type', | ||
'url' : 'url' | ||
} | ||
}); |
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 @@ | ||
define({ | ||
zh: { | ||
'Allowed values:' : '允許值:', | ||
'Compare all with predecessor': '预先比较所有', | ||
'compare changes to:' : '比较变更:', | ||
'compared to' : '对比', | ||
'Default value:' : '默认值:', | ||
'Description' : '描述', | ||
'Field' : '字段', | ||
'General' : '概括', | ||
'Generated with' : '生成工具', | ||
'Name' : '名称', | ||
'No response values.' : '无响应值.', | ||
'optional' : '选项', | ||
'Parameter' : '参数', | ||
'Permission:' : '允许:', | ||
'Response' : '響應', | ||
'Send' : '發送', | ||
'Send a Sample Request' : '發送樣品申請', | ||
'show up to version:' : '显示到版本:', | ||
'Size range:' : '尺寸範圍:', | ||
'Type' : '类型', | ||
'url' : '網址' | ||
} | ||
}); |