i18n

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Translations = map[string]map[string]string{
	"Email": {
		"en-US": "Email",
	},
	"Password": {
		"en-US": "Password",
		"fr-FR": "Mot de passe",
	},
	"Log In": {
		"en-US": "Log In",
		"fr-FR": "Connexion",
	},
	"Log Out": {
		"en-US": "Log Out",
		"fr-FR": "Déconnexion",
	},
	"Confirm": {
		"en-US": "Confirm",
		"fr-FR": "Confirmer",
	},
	"Success": {
		"en-US": "Success",
		"fr-FR": "Succès",
	},
	"Error": {
		"en-US": "Error",
		"fr-FR": "Erreur",
	},
	"Home": {
		"en-US": "Home",
		"fr-FR": "Accueil",
	},
	"Profile": {
		"en-US": "Profile",
		"fr-FR": "Profil",
	},
	"Add User": {
		"en-US": "Add User",
		"fr-FR": "Ajouter un utilisateur",
	},
	"Name": {
		"en-US": "Name",
		"fr-FR": "Nom",
	},
	"Login failed, please try again": {
		"en-US": "Login failed, please try again",
		"fr-FR": "Échec de la connexion, veuillez réessayer",
	},
	"Not found": {
		"en-US": "Not found",
		"fr-FR": "Pas trouvé",
	},
	"Welcome": {
		"en-US": "Welcome",
		"fr-FR": "Salut!",
	},
}

Translations is a sample translation string map for the app.

Language keys: "en-US", "fr-FR"

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL