Skip to content

Commit

Permalink
Remove access=no from options in app
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrolytmangel committed Sep 17, 2024
1 parent 9847ad8 commit 746be99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/src/components/SelectForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const styles = StyleSheet.create({
dropdownMenuStyle: {
backgroundColor: '#E9ECEF',
borderRadius: 5,
height: 235,
maxHeight: 350,
},
dropdownItemStyle: {
width: '100%',
Expand Down
3 changes: 1 addition & 2 deletions app/src/config/createForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ export default [
type: 'Select',
label: 'access',
placeholder: 'access_placeholder',
options: ['yes', 'no', 'permissive', 'private'],
options: ['yes', 'permissive', 'private'],
infoTitel: 'access_info_titel',
infoText: [
{ titel: 'access_yes_titel', text: 'access_yes_text' },
{ titel: 'access_no_titel', text: 'access_no_text' },
{
titel: 'access_permissive_titel',
text: 'access_permissive_text',
Expand Down
8 changes: 0 additions & 8 deletions app/src/i18n/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const resources = {
not_specified: 'not specified',
access_yes_titel: 'Yes',
access_yes_text: 'The use is generally allowed',
access_no_titel: 'No',
access_no_text: 'No access for the general public. Stronger ban than private.',
access_permissive_titel: 'Permissive',
access_permissive_text: 'The owner tolerates public use. However, the owner can revoke permission at any time.',
access_private_titel: 'Private',
Expand Down Expand Up @@ -103,8 +101,6 @@ const resources = {
not_specified: 'keine Angabe',
access_yes_titel: 'Ja',
access_yes_text: 'Die Benutzung ist allgemein erlaubt',
access_no_titel: 'Nein',
access_no_text: 'Kein Zugang für die breite Öffentlichkeit. Stärkeres Verbot als private.',
access_permissive_titel: 'Eingeschränkt zugänglich',
access_permissive_text:
'Der Eigentümer duldet die öffentliche Benutzung. Die Erlaubnis oder Duldung kann der Eigentümer jedoch jederzeit widerrufen.',
Expand Down Expand Up @@ -183,8 +179,6 @@ const resources = {
not_specified: 'non spécifié',
access_yes_titel: 'Oui',
access_yes_text: "L'utilisation est généralement autorisée",
access_no_titel: 'Non',
access_no_text: "Pas d'accès pour le grand public. Interdiction plus forte que privée.",
access_permissive_titel: 'Accès restreint',
access_permissive_text:
"Le propriétaire tolère l'utilisation publique. Cependant, le propriétaire peut révoquer l'autorisation à tout moment.",
Expand Down Expand Up @@ -263,8 +257,6 @@ const resources = {
not_specified: 'non specificato',
access_yes_titel: 'Sì',
access_yes_text: "L'uso è generalmente consentito",
access_no_titel: 'No',
access_no_text: 'Nessun accesso per il pubblico. Divieto più forte rispetto a privato.',
access_permissive_titel: 'Accesso limitato',
access_permissive_text:
"Il proprietario tollera l'uso pubblico. Tuttavia, il proprietario può revocare l'autorizzazione o la tolleranza in qualsiasi momento.",
Expand Down

0 comments on commit 746be99

Please sign in to comment.