31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
"alert__message" = "Some /*alert body there";
|
|
/* Title for an alert 1️⃣ */
|
|
"alert__title" = "Title of the alert";
|
|
|
|
"percent" = "This is a %% character.";
|
|
"private" = "Hello, my name is \"%@\" and I'm %d";
|
|
|
|
"key1" = "value1\tvalue";
|
|
/* Same as "key1" = "value1"; but in the context of user not logged in */
|
|
"key1.anonymous" = "value2";
|
|
|
|
/* some comment 👨👩👧👦*/
|
|
"what./*happens*/.here" = "hello world! /* still in string */";
|
|
|
|
"apples.count" = "You have %d apples";
|
|
/* A comment with no space above it */
|
|
"bananas.owner" = "Those %d bananas belong to %@.";
|
|
"types" = "Object: '%@', Character: '%c', Integer: '%d', Float: '%f', CString: '%s', Pointer: '%p'";
|
|
|
|
"ObjectOwnership" = "These are %3$@'s %1$d %2$@.";
|
|
|
|
"settings.navigation-bar.self♦️" = "Some Reserved Keyword there👍🏽";
|
|
"settings.navigation-bar.title.even.deeper" = "Settings";
|
|
"settings.user__profile_section.HEADER_TITLE" = "User Profile Settings";
|
|
"settings.user__profile_section.footer_text" = "Here you can change some user profile settings.";
|
|
|
|
"settings.navigation-bar.title.deeper.than.we.can.handle.no.really.this.is.deep" = "DeepSettings";
|
|
|
|
"many.placeholders.base" = "%@ %d %f %5$d %04$f %6$d %007$@ %8$3.2f %11$1.2f %9$@ %10$d";
|
|
"many.placeholders.zero" = "%@ %d %0$@ %f %5$d %04$f %6$d %007$@ %8$3.2f %11$1.2f %9$@ %10$d";
|