From 371be8490eb5a3db8f644b77b91cc2cf7744aaf0 Mon Sep 17 00:00:00 2001 From: nixzhu Date: Tue, 8 Sep 2015 13:51:33 +0800 Subject: [PATCH] trans of create username for share profile --- Yep/en.lproj/Localizable.strings | 15 +++++++++++++++ Yep/zh-Hans.lproj/Localizable.strings | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/Yep/en.lproj/Localizable.strings b/Yep/en.lproj/Localizable.strings index ef6c7704..a3b6fc2a 100644 --- a/Yep/en.lproj/Localizable.strings +++ b/Yep/en.lproj/Localizable.strings @@ -550,3 +550,18 @@ /* No comment provided by engineer. */ "Yep can't reach GitHub.\nWe blame GFW!" = "Yep can't reach GitHub.\nWe blame GFW!"; + +/* No comment provided by engineer. */ +"Create" = "Create"; + +/* No comment provided by engineer. */ +"Create a username" = "Create a username"; + +/* No comment provided by engineer. */ +"Create username failed!" = "Create username failed!"; + +/* No comment provided by engineer. */ +"In order to share your profile, create a unique username first." = "In order to share your profile, create a unique username first."; + +/* No comment provided by engineer. */ +"use letters, numbers, and underscore" = "use letters, numbers, and underscore"; diff --git a/Yep/zh-Hans.lproj/Localizable.strings b/Yep/zh-Hans.lproj/Localizable.strings index 918d5f66..0aa89ef7 100644 --- a/Yep/zh-Hans.lproj/Localizable.strings +++ b/Yep/zh-Hans.lproj/Localizable.strings @@ -552,3 +552,18 @@ /* No comment provided by engineer. */ "Yep can't reach GitHub.\nWe blame GFW!" = "Yep无法访问GitHub。\n一定是GFW从中做梗!"; + +/* No comment provided by engineer. */ +"Create" = "创建"; + +/* No comment provided by engineer. */ +"Create a username" = "创建用户名"; + +/* No comment provided by engineer. */ +"Create username failed!" = "创建用户名失败!"; + +/* No comment provided by engineer. */ +"In order to share your profile, create a unique username first." = "为了分享您的个人主页,请先创建一个唯一的用户名。"; + +/* No comment provided by engineer. */ +"use letters, numbers, and underscore" = "可使用英文字母、数字以及下划线";