Skip to content

Instantly share code, notes, and snippets.

@sbkro
Last active December 15, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbkro/5285005 to your computer and use it in GitHub Desktop.
Save sbkro/5285005 to your computer and use it in GitHub Desktop.
Localizable.strings of ZXingWidet (Japanese) / ZXingWidgetの日本語ローカライズです。自分の作成しているプロジェクトに貼り付けてください。
/* Place a red line over the bar code to be scanned. */
"OverlayView 1d instructions" = "赤線の上側にバーコードを置いてください。";
/* Cancel */
"OverlayView cancel button title" = "キャンセル";
/* Place a barcode inside the viewfinder rectangle to scan it. */
"OverlayView displayed message" = "四角形の内側にバーコードを\n入れてください。";
/* OK */
"OverlayView license alert cancel title" = "了解";
/* Scanning functionality provided by ZXing library, licensed under Apache 2.0 license. */
"OverlayView license alert message" = "このバーコードリーダは、Apache 2.0ライセンスのライブラリ「ZXing」を使用しています。";
/* License */
"OverlayView license alert title" = "ライセンス";
/* View License */
"OverlayView license alert view title" = "詳しく";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment