Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

social translations update #70

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@

product_range: "Product Range",
image: "Image",

owner: "Owner",
country: "Country",
state: "State",
knro marked this conversation as resolved.
Show resolved Hide resolved
city: "City",
street: "Street",
knro marked this conversation as resolved.
Show resolved Hide resolved
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -1684,6 +1695,9 @@
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
knro marked this conversation as resolved.
Show resolved Hide resolved
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
14 changes: 14 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ const de = {

product_range: "Product Range",
image: "Image",

owner: "Owner",
country: "Country",
state: "State",
city: "City",
street: "Street",
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1683,6 +1694,9 @@ const de = {
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
13 changes: 13 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ const en = {

product_range: "Product Range",
image: "Image",
owner: "Owner",
country: "Country",
state: "State",
city: "City",
street: "Street",
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1733,6 +1743,9 @@ const en = {
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
14 changes: 14 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,17 @@ const es = {

product_range: "Product Range",
image: "Image",

owner: "Owner",
country: "Country",
state: "State",
city: "City",
street: "Street",
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down Expand Up @@ -1759,6 +1770,9 @@ const es = {
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
14 changes: 14 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@ const fr = {

product_range: "Product Range",
image: "Image",

owner: "Owner",
country: "Country",
state: "State",
city: "City",
street: "Street",
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1676,6 +1687,9 @@ const fr = {
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
14 changes: 14 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,17 @@ const ja = {

product_range: "Product Range",
image: "Image",

owner: "Owner",
country: "Country",
state: "State",
city: "City",
street: "Street",
regions: "Region",
pictures_captured: "Pictures Captured",
latitude: "Latitude",
longitude: "Longitude",
elevation: "Elevation",
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down Expand Up @@ -1694,6 +1705,9 @@ const ja = {
comments: "Comments",
no_comment: "There is no Comment.",
},
new_post: "New Post",
public_directory: "List in Public Directory",
community: "Community",
},
menu: {
go_to_profile: "Profile",
Expand Down
Loading