mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
[i18n] pull translation updates
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
39b3996596
commit
cf005821d7
|
@ -123,8 +123,8 @@ namespace chinese // language namespace
|
||||||
{"Run peer test", "运行节点测试"},
|
{"Run peer test", "运行节点测试"},
|
||||||
{"Decline transit tunnels", "拒绝中转隧道"},
|
{"Decline transit tunnels", "拒绝中转隧道"},
|
||||||
{"Accept transit tunnels", "允许中转隧道"},
|
{"Accept transit tunnels", "允许中转隧道"},
|
||||||
{"Cancel graceful shutdown", "取消优雅地离线"},
|
{"Cancel graceful shutdown", "取消平滑关闭"},
|
||||||
{"Start graceful shutdown", "优雅地离线"},
|
{"Start graceful shutdown", "平滑关闭"},
|
||||||
{"Force shutdown", "强制停止"},
|
{"Force shutdown", "强制停止"},
|
||||||
{"Reload external CSS styles", "重载外部 CSS 样式"},
|
{"Reload external CSS styles", "重载外部 CSS 样式"},
|
||||||
{"<b>Note:</b> any action done here are not persistent and not changes your config files.", "<b>注意:</b> 此处完成的任何操作都不是永久的,不会更改您的配置文件。"},
|
{"<b>Note:</b> any action done here are not persistent and not changes your config files.", "<b>注意:</b> 此处完成的任何操作都不是永久的,不会更改您的配置文件。"},
|
||||||
|
|
|
@ -31,7 +31,6 @@ namespace german // language namespace
|
||||||
|
|
||||||
static std::map<std::string, std::string> strings
|
static std::map<std::string, std::string> strings
|
||||||
{
|
{
|
||||||
{"Purple I2P Webconsole", "Purple-I2P-Webkonsole"},
|
|
||||||
{"KiB", "KiB"},
|
{"KiB", "KiB"},
|
||||||
{"MiB", "MiB"},
|
{"MiB", "MiB"},
|
||||||
{"GiB", "GiB"},
|
{"GiB", "GiB"},
|
||||||
|
@ -41,6 +40,7 @@ namespace german // language namespace
|
||||||
{"established", "hergestellt"},
|
{"established", "hergestellt"},
|
||||||
{"unknown", "Unbekannt"},
|
{"unknown", "Unbekannt"},
|
||||||
{"exploratory", "erforschend"},
|
{"exploratory", "erforschend"},
|
||||||
|
{"Purple I2P Webconsole", "Purple I2P-Webkonsole"},
|
||||||
{"<b>i2pd</b> webconsole", "<b>i2pd</b>-Webkonsole"},
|
{"<b>i2pd</b> webconsole", "<b>i2pd</b>-Webkonsole"},
|
||||||
{"Main page", "Startseite"},
|
{"Main page", "Startseite"},
|
||||||
{"Router commands", "Routerbefehle"},
|
{"Router commands", "Routerbefehle"},
|
||||||
|
@ -49,8 +49,8 @@ namespace german // language namespace
|
||||||
{"Tunnels", "Tunnel"},
|
{"Tunnels", "Tunnel"},
|
||||||
{"Transit Tunnels", "Transittunnel"},
|
{"Transit Tunnels", "Transittunnel"},
|
||||||
{"Transports", "Transporte"},
|
{"Transports", "Transporte"},
|
||||||
{"I2P tunnels", "I2P-Tunnel"},
|
{"I2P tunnels", "I2P Tunnel"},
|
||||||
{"SAM sessions", "SAM-Sitzungen"},
|
{"SAM sessions", "SAM Sitzungen"},
|
||||||
{"ERROR", "FEHLER"},
|
{"ERROR", "FEHLER"},
|
||||||
{"OK", "OK"},
|
{"OK", "OK"},
|
||||||
{"Testing", "Testen"},
|
{"Testing", "Testen"},
|
||||||
|
|
Loading…
Reference in a new issue